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