32 references to GetContextForPlatform
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\Debugger\Debugger_1.cs (1)
221IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target);
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (1)
35IPlatformAgnosticContext otherContextHolder = IPlatformAgnosticContext.GetContextForPlatform(_target);
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
249IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 258IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target);
Contracts\StackWalk\StackWalk_1.cs (6)
128IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 193IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 250IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1007IPlatformAgnosticContext recovered = IPlatformAgnosticContext.GetContextForPlatform(_target); 1137IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1162IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);
Microsoft.Diagnostics.DataContractReader.Legacy (22)
ClrDataFrame.cs (3)
80IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 81IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 842IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.GetContextForPlatform(target);
ClrDataStackWalk.cs (2)
95IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 96IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
Dbi\DacDbiImpl.cs (16)
799IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1090IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1541uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1563IPlatformAgnosticContext cdacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1564IPlatformAgnosticContext dacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1593IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1610uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1680uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1697IPlatformAgnosticContext stripped = IPlatformAgnosticContext.GetContextForPlatform(_target); 1828IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2090IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2097IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 2126uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(_target).AllContextFlags; 2139uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2148IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 2149IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
SOSDacImpl.cs (1)
2210IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);