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)
170
return
_xmlLang
;