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