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