1 write to _gc
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\Helpers\RefWalk.cs (1)
27
_gc
= target.Contracts.GC;
3 references to _gc
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\Helpers\RefWalk.cs (3)
55
foreach (HandleData handle in
_gc
.GetHandles(requestedTypes))
91
HashSet<HandleType> supported = new(
_gc
.GetSupportedHandleTypes());
99
switch (
_gc
.GetHandleTypes([handle.Type])[0])