2 writes to _docTypeName
System.Xml (2)
System\Xml\Core\XmlParserContext.cs (2)
68
_docTypeName
= (null == docTypeName ? String.Empty : docTypeName);
102
_docTypeName
= (null == value ? String.Empty : value);
1 reference to _docTypeName
System.Xml (1)
System\Xml\Core\XmlParserContext.cs (1)
99
return
_docTypeName
;