2 writes to useLRE
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILModule.cs (2)
81this.useLRE = false; 111this.useLRE = useLRE;
6 references to useLRE
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\XmlILModule.cs (6)
183if (!this.useLRE) { 254Debug.Assert(!this.useLRE, "Cannot create initialized data for an LRE module"); 262Debug.Assert(!this.useLRE, "Cannot create field for an LRE module"); 270Debug.Assert(!this.useLRE, "Cannot create type initializer for an LRE module"); 303if (!this.useLRE) { 328if (!this.useLRE)