1 implementation of Name
System.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
381XmlQualifiedName IDtdInfo.Name {
2 references to Name
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
6103curNode.SetNamedNode(XmlNodeType.DocumentType, dtdInfo.Name.ToString(), string.Empty, null);
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
4155curNode.SetNamedNode(XmlNodeType.DocumentType, dtdInfo.Name.ToString(), string.Empty, null);