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)
174
TypeHandle handle =
_rts
.GetTypeHandle(mt);
175
ulong baseSize =
_rts
.GetBaseSize(handle);
176
uint componentSize =
_rts
.GetComponentSize(handle);
180
if (
_rts
.IsArray(handle, out _) ||
_rts
.IsFreeObjectMethodTable(handle))
182
else if (
_rts
.IsString(handle))