2 implementations of TryGetGenericContextStorage
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
73
bool IGCInfo.
TryGetGenericContextStorage
(IGCInfoHandle gcInfoHandle, GenericContextLoc contextKind, uint instructionOffset, out GenericContextStorage storage)
Contracts\GCInfo\GCInfoX86_1.cs (1)
55
bool IGCInfo.
TryGetGenericContextStorage
(IGCInfoHandle gcInfoHandle, GenericContextLoc contextKind, uint instructionOffset, out GenericContextStorage storage)
1 reference to TryGetGenericContextStorage
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1148
if (!gcInfo.
TryGetGenericContextStorage
(gcHandle, ctxLoc, instructionOffset, out GenericContextStorage storage))