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