4 references to Standalone
System.Private.Xml (4)
System\Xml\Dom\XmlDocument.cs (3)
1438
if (
Standalone
!.Length == 0)
1440
else if (
Standalone
== "yes")
1442
else if (
Standalone
== "no")
System\Xml\Dom\XmlNodeReader.cs (1)
380
strTemp = _doc.
Standalone
;