1 implementation of IWasmR2RInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\Wasm\WasmR2RInfo.cs (1)
16internal sealed class WasmR2RInfo : IWasmR2RInfo
3 references to IWasmR2RInfo
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\Wasm\WasmR2RInfo.cs (1)
9/// cDAC implementation of <see cref="IWasmR2RInfo"/>, mirroring the native
Contracts\StackWalk\Context\Wasm\WasmUnwinder.cs (2)
64private readonly IWasmR2RInfo _r2rInfo; 67public WasmUnwinder(Target target, IWasmR2RInfo r2rInfo)