3 writes to Version
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (3)
31this.Version = version; 109Version = tempVersion; 120Version = orgVersion;
6 references to Version
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (3)
78StringBuilder strb = new StringBuilder("version=\"" + Version + "\""); 101string orgVersion = this.Version; 153return OwnerDocument.CreateXmlDeclaration(Version, Encoding, Standalone);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
928newNode = CreateXmlDeclaration(decl.Version, decl.Encoding, decl.Standalone); 1651return decl.Version;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
402return decl.Version;