3 writes to Standalone
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (3)
30this.Standalone = standalone; 114Standalone = tempStandalone; 119Standalone = orgStandalone;
7 references to Standalone
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (4)
85if (Standalone.Length > 0) 88strb.Append(Standalone); 100string orgStandalone = this.Standalone; 153return OwnerDocument.CreateXmlDeclaration(Version, Encoding, Standalone);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
928newNode = CreateXmlDeclaration(decl.Version, decl.Encoding, decl.Standalone); 1673return decl.Standalone;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
406return decl.Standalone;