4 references to Wasm
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
391RuntimeInfoArchitecture.Wasm => Internal.TypeSystem.TargetArchitecture.Wasm32,
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (1)
53RuntimeInfoArchitecture.Wasm => new ContextHolder<WasmContext>(),
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
564RuntimeInfoArchitecture.Wasm => WasmContext.InterpreterWalkFramePointerRegister,
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2630if (arch == RuntimeInfoArchitecture.Arm || arch == RuntimeInfoArchitecture.Wasm)