public static void ctor(HeatDotNet.MethodInterceptInfo constructorIntercept)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[1];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = constructorIntercept;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod23), "PROCESS", "System.ServiceProcess.ServiceBase.ctor()", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static System.Boolean get_CanShutdown(HeatDotNet.MethodInterceptInfo methodIntercept)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[1];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod12), "PROCESS", "System.ServiceProcess.ServiceBase.get_CanShutdown()", paramObjs, typeof(System.Boolean), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Boolean)retValue;
 }
 public static System.Boolean ToBoolean(HeatDotNet.MethodInterceptInfo methodIntercept, System.String s)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = s;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod29), "FILE", "System.Xml.XmlConvert.ToBoolean(String)", paramObjs, typeof(System.Boolean), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Boolean)retValue;
 }
 public static System.ServiceProcess.ServiceController[] GetServices(HeatDotNet.MethodInterceptInfo methodIntercept, System.String machineName)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = machineName;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod51), "PROCESS", "System.ServiceProcess.ServiceController.GetServices(String)", paramObjs, typeof(System.ServiceProcess.ServiceController[]), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.ServiceProcess.ServiceController[])retValue;
 }
 public static System.Runtime.InteropServices.SafeHandle get_ServiceHandle(HeatDotNet.MethodInterceptInfo methodIntercept)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[1];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod35), "PROCESS", "System.ServiceProcess.ServiceController.get_ServiceHandle()", paramObjs, typeof(System.Runtime.InteropServices.SafeHandle), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Runtime.InteropServices.SafeHandle)retValue;
 }
 public static void ctor(HeatDotNet.MethodInterceptInfo constructorIntercept, System.String name, System.String machineName)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[3];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = constructorIntercept;
     paramObjs[1] = name;
     paramObjs[2] = machineName;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod54), "PROCESS", "System.ServiceProcess.ServiceController.ctor(String, String)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static System.String ToString(HeatDotNet.MethodInterceptInfo methodIntercept, System.DateTimeOffset value, System.String format)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[3];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = value;
     paramObjs[2] = format;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod27), "FILE", "System.Xml.XmlConvert.ToString(DateTimeOffset, String)", paramObjs, typeof(System.String), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.String)retValue;
 }
 public static void CopyFromComponent(HeatDotNet.MethodInterceptInfo methodIntercept, System.ComponentModel.IComponent comp)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = comp;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod78), "PROCESS", "System.ServiceProcess.ServiceProcessInstaller.CopyFromComponent(IComponent)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void set_Username(HeatDotNet.MethodInterceptInfo methodIntercept, System.String value)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = value;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod77), "PROCESS", "System.ServiceProcess.ServiceProcessInstaller.set_Username(String)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void RequestAdditionalTime(HeatDotNet.MethodInterceptInfo methodIntercept, System.Int32 milliseconds)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = milliseconds;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod1), "PROCESS", "System.ServiceProcess.ServiceBase.RequestAdditionalTime(Int32)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void set_CanHandleSessionChangeEvent(HeatDotNet.MethodInterceptInfo methodIntercept, System.Boolean value)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = value;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod9), "PROCESS", "System.ServiceProcess.ServiceBase.set_CanHandleSessionChangeEvent(Boolean)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void WriteWhitespace(HeatDotNet.MethodInterceptInfo methodIntercept, System.String ws)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = ws;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod368), "FILE", "System.Xml.XmlTextWriter.WriteWhitespace(String)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void ctor(HeatDotNet.MethodInterceptInfo constructorIntercept, System.String filename, System.Text.Encoding encoding)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[3];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = constructorIntercept;
     paramObjs[1] = filename;
     paramObjs[2] = encoding;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod391), "FILE", "System.Xml.XmlTextWriter.ctor(String, Encoding)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void WriteSurrogateCharEntity(HeatDotNet.MethodInterceptInfo methodIntercept, System.Char lowChar, System.Char highChar)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[3];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = lowChar;
     paramObjs[2] = highChar;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod370), "FILE", "System.Xml.XmlTextWriter.WriteSurrogateCharEntity(Char, Char)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void WriteStartElement(HeatDotNet.MethodInterceptInfo methodIntercept, System.String prefix, System.String localName, System.String ns)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[4];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = prefix;
     paramObjs[2] = localName;
     paramObjs[3] = ns;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod360), "FILE", "System.Xml.XmlTextWriter.WriteStartElement(String, String, String)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void WriteRaw(HeatDotNet.MethodInterceptInfo methodIntercept, System.Char[] buffer, System.Int32 index, System.Int32 count)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[4];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = buffer;
     paramObjs[2] = index;
     paramObjs[3] = count;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod372), "FILE", "System.Xml.XmlTextWriter.WriteRaw(Char[], Int32, Int32)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void WriteDocType(HeatDotNet.MethodInterceptInfo methodIntercept, System.String name, System.String pubid, System.String sysid, System.String subset)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[5];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = name;
     paramObjs[2] = pubid;
     paramObjs[3] = sysid;
     paramObjs[4] = subset;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod359), "FILE", "System.Xml.XmlTextWriter.WriteDocType(String, String, String, String)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static System.Boolean get_Namespaces(HeatDotNet.MethodInterceptInfo methodIntercept)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[1];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod348), "FILE", "System.Xml.XmlTextWriter.get_Namespaces()", paramObjs, typeof(System.Boolean), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Boolean)retValue;
 }
 public static void WaitForStatus(HeatDotNet.MethodInterceptInfo methodIntercept, System.ServiceProcess.ServiceControllerStatus desiredStatus, System.TimeSpan timeout)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[3];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = desiredStatus;
     paramObjs[2] = timeout;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod47), "PROCESS", "System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus, TimeSpan)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void ctor(HeatDotNet.MethodInterceptInfo constructorIntercept, System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[4];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = constructorIntercept;
     paramObjs[1] = xmlFragment;
     paramObjs[2] = fragType;
     paramObjs[3] = context;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod451), "FILE", "System.Xml.XmlValidatingReader.ctor(Stream, XmlNodeType, XmlParserContext)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void ServiceMainCallback(HeatDotNet.MethodInterceptInfo methodIntercept, System.Int32 argCount, System.IntPtr argPointer)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[3];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = argCount;
     paramObjs[2] = argPointer;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod20), "PROCESS", "System.ServiceProcess.ServiceBase.ServiceMainCallback(Int32, IntPtr)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static System.String LookupNamespace(HeatDotNet.MethodInterceptInfo methodIntercept, System.String prefix)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = prefix;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod423), "FILE", "System.Xml.XmlValidatingReader.LookupNamespace(String)", paramObjs, typeof(System.String), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.String)retValue;
 }
 public static System.Boolean IsEquivalentInstaller(HeatDotNet.MethodInterceptInfo methodIntercept, System.Configuration.Install.ComponentInstaller otherInstaller)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = otherInstaller;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod67), "PROCESS", "System.ServiceProcess.ServiceInstaller.IsEquivalentInstaller(ComponentInstaller)", paramObjs, typeof(System.Boolean), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Boolean)retValue;
 }
 public static System.Boolean MoveToAttribute(HeatDotNet.MethodInterceptInfo methodIntercept, System.String localName, System.String namespaceURI)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[3];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = localName;
     paramObjs[2] = namespaceURI;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod412), "FILE", "System.Xml.XmlValidatingReader.MoveToAttribute(String, String)", paramObjs, typeof(System.Boolean), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Boolean)retValue;
 }
 public static void Rollback(HeatDotNet.MethodInterceptInfo methodIntercept, System.Collections.IDictionary savedState)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = savedState;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod80), "PROCESS", "System.ServiceProcess.ServiceProcessInstaller.Rollback(IDictionary)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static System.Int32 ReadElementContentAsBinHex(HeatDotNet.MethodInterceptInfo methodIntercept, System.Byte[] buffer, System.Int32 index, System.Int32 count)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[4];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = buffer;
     paramObjs[2] = index;
     paramObjs[3] = count;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod430), "FILE", "System.Xml.XmlValidatingReader.ReadElementContentAsBinHex(Byte[], Int32, Int32)", paramObjs, typeof(System.Int32), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Int32)retValue;
 }
 public static System.Object ReadTypedValue(HeatDotNet.MethodInterceptInfo methodIntercept)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[1];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod447), "FILE", "System.Xml.XmlValidatingReader.ReadTypedValue()", paramObjs, typeof(System.Object), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
     return (System.Object)retValue;
 }
 public static void set_XmlResolver(HeatDotNet.MethodInterceptInfo methodIntercept, System.Xml.XmlResolver value)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = value;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod444), "FILE", "System.Xml.XmlValidatingReader.set_XmlResolver(XmlResolver)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void ExecuteCommand(HeatDotNet.MethodInterceptInfo methodIntercept, System.Int32 command)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[2];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     paramObjs[1] = command;
     SystemServiceProcessReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod41), "PROCESS", "System.ServiceProcess.ServiceController.ExecuteCommand(Int32)", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }
 public static void Skip(HeatDotNet.MethodInterceptInfo methodIntercept)
 {
     DotNetReplacementLibrary.DisableNativeInterception();
     Object[] paramObjs = new Object[1];
     Object retValue = null;
     Exception exception = null;
     paramObjs[0] = methodIntercept;
     SystemXMLReplacementLibrary35.ReplacementLibrary.RunStandardTestsAndGetResults(new OriginalMethodCaller(CallerMethod303), "FILE", "System.Xml.XmlTextReader.Skip()", paramObjs, typeof(void), ref retValue, ref exception);
     DotNetReplacementLibrary.EnableNativeInterception();
     if (exception != null) HeatDotNet.Interception.ThrowException(exception);
 }