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