3 instantiations of GCRefMapDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\FrameHandling\X86FrameHandler.cs (1)
56
GCRefMapDecoder decoder =
new
(blob);
Contracts\StackWalk\GC\GcScanner.cs (2)
194
GCRefMapDecoder decoder =
new
(_target, gcRefMapBlob);
355
GCRefMapDecoder decoder =
new
(blob);
4 references to GCRefMapDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\FrameHandling\X86FrameHandler.cs (1)
56
GCRefMapDecoder
decoder = new(blob);
Contracts\StackWalk\GC\GcScanner.cs (3)
194
GCRefMapDecoder
decoder = new(_target, gcRefMapBlob);
199
ref
GCRefMapDecoder
decoder,
355
GCRefMapDecoder
decoder = new(blob);