18 references to GetContextForPlatform
Microsoft.Diagnostics.DataContractReader.Contracts (6)
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 (2)
142IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 191IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);
Contracts\Thread_1.cs (1)
311IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);
Microsoft.Diagnostics.DataContractReader.Legacy (12)
ClrDataFrame.cs (3)
80IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 81IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 846IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.GetContextForPlatform(target);
ClrDataStackWalk.cs (2)
74IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 75IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
Dbi\DacDbiImpl.cs (6)
1124IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1130IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1159uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(_target).AllContextFlags; 1171uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1180IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 1181IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
SOSDacImpl.cs (1)
2227IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);