1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\Helpers\HeapWalk.cs (1)
28_rts = target.Contracts.RuntimeTypeSystem;
7 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (7)
Dbi\Helpers\HeapWalk.cs (7)
29_freeObjectMT = _rts.GetWellKnownMethodTable(WellKnownMethodTable.Free); 116TypeHandle handle = _rts.GetTypeHandle(mt); 117ulong baseSize = _rts.GetBaseSize(handle); 118uint componentSize = _rts.GetComponentSize(handle); 122if (_rts.IsArray(handle, out _) || _rts.IsFreeObjectMethodTable(handle)) 124else if (_rts.IsString(handle))