34 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 (24)
ClrDataFrame.cs (3)
81IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 82IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 898IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.GetContextForPlatform(target);
ClrDataStackWalk.cs (3)
116IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 117IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 326uint platformContextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
Dbi\DacDbiImpl.cs (17)
945IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1236IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1690uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1712IPlatformAgnosticContext cdacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1713IPlatformAgnosticContext dacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1742IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1759uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1829uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1965IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2063uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2134IPlatformAgnosticContext stripped = IPlatformAgnosticContext.GetContextForPlatform(_target); 2506IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2513IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2542uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(_target).AllContextFlags; 2555uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2564IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 2565IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
SOSDacImpl.cs (1)
2209IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);