30 references to GetContextForPlatform
Microsoft.Diagnostics.DataContractReader.Contracts (10)
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 (7)
130IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 195IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 252IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1009IPlatformAgnosticContext adjusted = IPlatformAgnosticContext.GetContextForPlatform(_target); 1027IPlatformAgnosticContext recovered = IPlatformAgnosticContext.GetContextForPlatform(_target); 1157IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target); 1182IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);
Microsoft.Diagnostics.DataContractReader.Legacy (20)
ClrDataFrame.cs (3)
80IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 81IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 843IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.GetContextForPlatform(target);
ClrDataStackWalk.cs (2)
95IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 96IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
Dbi\DacDbiImpl.cs (14)
1290uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1312IPlatformAgnosticContext cdacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1313IPlatformAgnosticContext dacCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1342IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1359uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1429uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1449IPlatformAgnosticContext stripped = IPlatformAgnosticContext.GetContextForPlatform(_target); 1580IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1853IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1860IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(_target); 1889uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(_target).AllContextFlags; 1902uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1911IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target); 1912IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(_target);
SOSDacImpl.cs (1)
2205IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(_target);