20 references to GetContextForPlatform
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (1)
35
IPlatformAgnosticContext otherContextHolder = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
249
IPlatformAgnosticContext ctx = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
258
IPlatformAgnosticContext ctx = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
Contracts\StackWalk\StackWalk_1.cs (4)
127
IPlatformAgnosticContext context = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
170
IPlatformAgnosticContext context = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
923
IPlatformAgnosticContext context = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
949
IPlatformAgnosticContext context = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
Microsoft.Diagnostics.DataContractReader.Legacy (13)
ClrDataFrame.cs (3)
80
IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
81
IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
846
IPlatformAgnosticContext platformContext = IPlatformAgnosticContext.
GetContextForPlatform
(target);
ClrDataStackWalk.cs (2)
95
IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
96
IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
Dbi\DacDbiImpl.cs (7)
1263
IPlatformAgnosticContext ctx = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
1507
IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
1514
IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
1543
uint allFlags = IPlatformAgnosticContext.
GetContextForPlatform
(_target).AllContextFlags;
1556
uint contextSize = IPlatformAgnosticContext.
GetContextForPlatform
(_target).Size;
1565
IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
1566
IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.
GetContextForPlatform
(_target);
SOSDacImpl.cs (1)
2227
IPlatformAgnosticContext context = IPlatformAgnosticContext.
GetContextForPlatform
(_target);