2 writes to _docTypeName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlParserContext.cs (2)
72
_docTypeName
= (null == docTypeName ? String.Empty : docTypeName);
114
_docTypeName
= (null == value ? String.Empty : value);
1 reference to _docTypeName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlParserContext.cs (1)
110
return
_docTypeName
;