1 write to _mapNmsp
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
399_mapNmsp = new Dictionary<XPathNodeRef, XPathNodeRef>();
5 references to _mapNmsp
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (5)
398if (_mapNmsp == null) 401_mapNmsp.Add(new XPathNodeRef(pageElem, idxElem), new XPathNodeRef(pageNmsp, idxNmsp)); 413if (_mapNmsp == null || !_mapNmsp.ContainsKey(nodeRef)) 420nodeRef = _mapNmsp[nodeRef];