1 instantiation of XmlDeclaration
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
676
return new
XmlDeclaration
(version, encoding, standalone, this);
14 references to XmlDeclaration
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (10)
294
internal virtual
XmlDeclaration
Declaration
300
XmlDeclaration
dec = FirstChild as
XmlDeclaration
;
674
public virtual
XmlDeclaration
CreateXmlDeclaration(String version, string encoding, string standalone)
927
XmlDeclaration
decl = (
XmlDeclaration
)node;
1383
if (n is
XmlDeclaration
)
1649
XmlDeclaration
decl = Declaration;
1660
XmlDeclaration
decl = Declaration;
1671
XmlDeclaration
decl = Declaration;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
383
private
XmlDeclaration
LoadDeclarationNode()
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (3)
398
public String GetDeclarationAttr(
XmlDeclaration
decl, String name)
503
return GetDeclarationAttr((
XmlDeclaration
)_curNode, name);
528
return (ns.Length == 0) ? GetDeclarationAttr((
XmlDeclaration
)_curNode, name) : null;