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