4 writes to _xmlContext
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
349
_xmlContext
= new XmlContext();
378
_xmlContext
= new XmlContext();
7990
_xmlContext
= new XmlContext(_xmlContext);
7997
_xmlContext
= _xmlContext.previousContext;
20 references to _xmlContext
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (20)
985
return
_xmlContext
.xmlSpace;
994
return
_xmlContext
.xmlLang;
2053
_xmlContext
.defaultNamespace = _namespaceManager.LookupNamespace(string.Empty);
2061
_xmlContext
.defaultNamespace = string.Empty;
3051
_xmlContext
.defaultNamespace = _namespaceManager.LookupNamespace(string.Empty);
3060
_xmlContext
.xmlLang = parserContext.XmlLang;
3061
_xmlContext
.xmlSpace = parserContext.XmlSpace;
5093
_curNode.ns =
_xmlContext
.defaultNamespace;
5165
_xmlContext
.defaultNamespace = ns;
5197
_xmlContext
.xmlSpace = XmlSpace.Preserve;
5200
_xmlContext
.xmlSpace = XmlSpace.Default;
5213
_xmlContext
.xmlLang = attr.StringValue;
7960
Debug.Assert(
_xmlContext
.defaultNamespace == uri);
7990
_xmlContext = new XmlContext(
_xmlContext
);
7997
_xmlContext =
_xmlContext
.previousContext;
8006
if (
_xmlContext
.xmlSpace == XmlSpace.Preserve)
9137
_xmlContext
.defaultNamespace = _namespaceManager.LookupNamespace(string.Empty);
9170
_xmlContext
.xmlSpace = context.XmlSpace;
9171
_xmlContext
.xmlLang = context.XmlLang;
9429
_nodes[_index].ns =
_xmlContext
.defaultNamespace;