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