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)))