2 writes to emitSymbols
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILModule.cs (2)
80this.emitSymbols = ((ModuleBuilder) this.typeBldr.Module).GetSymWriter() != null; 112this.emitSymbols = emitSymbols;
4 references to emitSymbols
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\XmlILModule.cs (4)
87if (this.emitSymbols) { 95return this.emitSymbols; 192if (emitSymbols && (xmlAttrs & XmlILMethodAttributes.NonUser) != 0) { 279Debug.Assert(this.emitSymbols, "Cannot add source information to a module that doesn't allow symbols.");