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)
99return _docTypeName;