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)
404
if (
_infoCached
== null)
412
info =
_infoCached
;
442
info.Next =
_infoCached
;