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)
89IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 90IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 932IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.GetContextForPlatform(target);
ClrDataStackWalk.cs (3)
120IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 121IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 336uint platformContextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
Dbi\DacDbiImpl.cs (17)
977IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1276IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1742uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1764IPlatformAgnosticContext cdacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1765IPlatformAgnosticContext dacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1795IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1812uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1884uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2023IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2122uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2193IPlatformAgnosticContext stripped = IPlatformAgnosticContext.GetContextForPlatform(_target); 2569IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2576IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2606uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(_target).AllContextFlags; 2619uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2628IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 2629IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
SOSDacImpl.cs (1)
2289IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);