3 writes to Version
System.Private.Xml (3)
System\Xml\Dom\XmlDeclaration.cs (3)
30this.Version = version; 117Version = tempVersion!; 128Version = orgVersion;
8 references to Version
System.Data.Common (2)
System\Xml\DataPointer.cs (2)
823return ((XmlDeclaration)(_node)).Version; 829return dec.Version;
System.Private.Xml (6)
System\Xml\Dom\XmlDeclaration.cs (3)
84strb.Append(Version); 109string? orgVersion = this.Version; 161return OwnerDocument.CreateXmlDeclaration(Version, Encoding, Standalone);
System\Xml\Dom\XmlDocument.cs (2)
993newNode = CreateXmlDeclaration(decl.Version, decl.Encoding, decl.Standalone); 1700return decl.Version;
System\Xml\Dom\XmlNodeReader.cs (1)
394return decl.Version;