3 writes to typeBldr
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILModule.cs (3)
78
this.
typeBldr
= typeBldr;
154
this.
typeBldr
= modBldr.DefineType("System.Xml.Xsl.CompiledQuery.Query", TypeAttributes.Public);
319
this.
typeBldr
= null;
8 references to typeBldr
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\XmlILModule.cs (8)
80
this.emitSymbols = ((ModuleBuilder) this.
typeBldr
.Module).GetSymWriter() != null;
186
methBldr = this.
typeBldr
.DefineMethod(
255
return this.
typeBldr
.DefineInitializedData(name, data, FieldAttributes.Private | FieldAttributes.Static);
263
return this.
typeBldr
.DefineField(fieldName, type, FieldAttributes.Private | FieldAttributes.Static);
271
return this.
typeBldr
.DefineTypeInitializer();
283
symDoc = ((ModuleBuilder) this.
typeBldr
.Module).DefineDocument(fileName, LanguageGuid, VendorGuid, Guid.Empty);
304
typBaked = this.
typeBldr
.CreateType();
308
((AssemblyBuilder) this.
typeBldr
.Module.Assembly).Save(this.modFile + ".dll");