1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\Helpers\HeapWalk.cs (1)
29_rts = target.Contracts.RuntimeTypeSystem;
6 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\Helpers\HeapWalk.cs (6)
127TypeHandle handle = _rts.GetTypeHandle(mt); 128ulong baseSize = _rts.GetBaseSize(handle); 129uint componentSize = _rts.GetComponentSize(handle); 133if (_rts.IsArray(handle, out _) || _rts.IsFreeObjectMethodTable(handle)) 135else if (_rts.IsString(handle))