20 references to GetContextForPlatform
Microsoft.Diagnostics.DataContractReader.Contracts (7)
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 (4)
127IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 170IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 923IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 949IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);
Microsoft.Diagnostics.DataContractReader.Legacy (13)
ClrDataFrame.cs (3)
80IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 81IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 846IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.GetContextForPlatform(target);
ClrDataStackWalk.cs (2)
95IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 96IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
Dbi\DacDbiImpl.cs (7)
1263IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1507IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1514IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1543uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(_target).AllContextFlags; 1556uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1565IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 1566IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
SOSDacImpl.cs (1)
2227IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);