4 references to
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
19
internal XmlAttribute(XmlName name, XmlDocument doc) :
base
(doc)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntity.cs (1)
23
internal XmlEntity(String name, String strdata, string publicId, string systemId, String notationName, XmlDocument doc) :
base
(doc)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLinkedNode.cs (1)
19
internal XmlLinkedNode(XmlDocument doc) :
base
(doc)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNotation.cs (1)
17
internal XmlNotation(String name, String publicId, String systemId, XmlDocument doc) :
base
(doc)