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