1 write to _rts
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcScanContext.cs (1)
38_rts = target.Contracts.RuntimeTypeSystem;
6 references to _rts
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\GC\GcScanContext.cs (6)
174TypeHandle handle = _rts.GetTypeHandle(mt); 175ulong baseSize = _rts.GetBaseSize(handle); 176uint componentSize = _rts.GetComponentSize(handle); 180if (_rts.IsArray(handle, out _) || _rts.IsFreeObjectMethodTable(handle)) 182else if (_rts.IsString(handle))