2 writes to _xmlLang
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlParserContext.cs (2)
77_xmlLang = (null == xmlLang ? String.Empty : xmlLang); 174_xmlLang = (null == value ? String.Empty : value);
1 reference to _xmlLang
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlParserContext.cs (1)
170return _xmlLang;