2 writes to _docTypeName
System.Private.Xml (2)
System\Xml\Core\XmlParserContext.cs (2)
71
_docTypeName
= docTypeName ?? string.Empty;
114
_docTypeName
= value ?? string.Empty;
1 reference to _docTypeName
System.Private.Xml (1)
System\Xml\Core\XmlParserContext.cs (1)
110
return
_docTypeName
;