24 references to GetContextForPlatform
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\Debugger\Debugger_1.cs (1)
276IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target);
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (1)
35IPlatformAgnosticContext otherContextHolder = IPlatformAgnosticContext.GetContextForPlatform(_target);
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
250IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 259IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target);
Contracts\StackWalk\StackWalk_1.cs (6)
136IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 207IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 266IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1028IPlatformAgnosticContext recovered = IPlatformAgnosticContext.GetContextForPlatform(_target); 1312IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1337IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataFrame.cs (1)
932IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.GetContextForPlatform(target);
ClrDataStackWalk.cs (1)
339uint platformContextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
Dbi\DacDbiImpl.cs (11)
996IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1295IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1761uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1814IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1831uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1903uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2042IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2212IPlatformAgnosticContext stripped = IPlatformAgnosticContext.GetContextForPlatform(_target); 2588IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2595IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2625uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(_target).AllContextFlags;
SOSDacImpl.cs (1)
2308IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);