2 writes to module
System.Data.SqlXml (2)
System\Xml\Xsl\XmlIlGenerator.cs (2)
116this.module = new XmlILModule(typeBldr); 118this.module = new XmlILModule(useLRE, emitSymbols);
13 references to module
System.Data.SqlXml (13)
System\Xml\Xsl\XmlIlGenerator.cs (13)
122this.helper = new GenerateHelper(this.module, this.qil.IsDebug); 129MethodInfo methExec = this.module.DefineMethod("Execute", typeof(void), new Type[] { }, new string[] { }, XmlILMethodAttributes.NonUser); 135MethodInfo methRoot = this.module.DefineMethod("Root", typeof(void), new Type[] { }, new string[] { }, methAttrs); 168this.module.BakeMethods(); 173this.module.BakeMethods(); 176ExecuteDelegate delExec = (ExecuteDelegate)this.module.CreateDelegate("Execute", typeof(ExecuteDelegate)); 222methInfo = this.module.DefineMethod(ndFunc.DebugName, typReturn, paramTypes, paramNames, methAttrs); 246methInfo = this.module.DefineMethod(ndRef.DebugName.ToString(), typReturn, new Type[] {}, new string[] {}, methAttrs); 280meth = this.module.DefineMethod( 340fldInitData = this.module.DefineInitializedData("__" + XmlQueryStaticData.DataFieldName, data); 341fldData = this.module.DefineField(XmlQueryStaticData.DataFieldName, typeof(object)); 342fldTypes = this.module.DefineField(XmlQueryStaticData.TypesFieldName, typeof(Type[])); 344cctor = this.module.DefineTypeInitializer();