4 writes to DocTypeName
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (3)
279_schemaInfo.DocTypeName = new XmlQualifiedName(_nameTable.Add(docTypeName)); 283_schemaInfo.DocTypeName = new XmlQualifiedName(_nameTable.Add(docTypeName.Substring(0, colonPos)), 440_schemaInfo.DocTypeName = GetNameQualified(true);
System\Xml\Schema\DtdParserAsync.cs (1)
82_schemaInfo.DocTypeName = GetNameQualified(true);
2 references to DocTypeName
System.Private.Xml (2)
System\Xml\Schema\DtdValidator.cs (2)
135(!schemaInfo!.DocTypeName.IsEmpty) && 136(!schemaInfo.DocTypeName.Equals(elementName)))