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)
985return _xmlContext.xmlSpace; 994return _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; 7960Debug.Assert(_xmlContext.defaultNamespace == uri); 7990_xmlContext = new XmlContext(_xmlContext); 7997_xmlContext = _xmlContext.previousContext; 8006if (_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;