2 writes to _infoCached
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeInfoAtom.cs (2)
413_infoCached = info.Next; 443_infoCached = info;
3 references to _infoCached
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeInfoAtom.cs (3)
404if (_infoCached == null) 412info = _infoCached; 442info.Next = _infoCached;