1 write to _cache
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcScanContext.cs (1)
39
_cache
= new LinearReadCache(target);
2 references to _cache
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GcScanContext.cs (2)
144
if (!
_cache
.TryReadPointer(currentObj.Value + _methodTableOffset, out TargetPointer mt))
186
if (!
_cache
.TryReadUInt32(objAddr.Value + numComponentsOffset, out uint numComponents))