8 instantiations of GenericContextStorage
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GCInfo\GCInfoDecoder.cs (4)
562
storage = new
GenericContextStorage
(GenericContextStorageKind.InterpreterArgumentRelative, registerNumber: 0, offset: 0);
575
storage = new
GenericContextStorage
(
582
storage = new
GenericContextStorage
(
589
storage = new
GenericContextStorage
(
Contracts\GCInfo\X86\GCInfo.cs (4)
475
storage = new
GenericContextStorage
(
487
storage = new
GenericContextStorage
(
502
storage = new
GenericContextStorage
(
509
storage = new
GenericContextStorage
(
9 references to GenericContextStorage
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IGCInfo.cs (1)
146
bool TryGetGenericContextStorage(IGCInfoHandle handle, GenericContextLoc contextKind, uint instructionOffset, out
GenericContextStorage
storage) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GCInfo\GCInfo_1.cs (1)
73
bool IGCInfo.TryGetGenericContextStorage(IGCInfoHandle gcInfoHandle, GenericContextLoc contextKind, uint instructionOffset, out
GenericContextStorage
storage)
Contracts\GCInfo\GCInfoDecoder.cs (1)
558
public bool TryGetGenericContextStorage(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)
Contracts\GCInfo\IGCInfoDecoder.cs (1)
25
bool TryGetGenericContextStorage(GenericContextLoc contextKind, uint instructionOffset, out
GenericContextStorage
storage);
Contracts\GCInfo\X86\GCInfo.cs (1)
455
bool IGCInfoDecoder.TryGetGenericContextStorage(GenericContextLoc contextKind, uint instructionOffset, out
GenericContextStorage
storage)
Contracts\StackWalk\StackWalk_1.cs (3)
1148
if (!gcInfo.TryGetGenericContextStorage(gcHandle, ctxLoc, instructionOffset, out
GenericContextStorage
storage))
1162
private TargetPointer ReadGenericContextStorage(IPlatformAgnosticContext context,
GenericContextStorage
storage)
1189
static bool TryReadRegister(IPlatformAgnosticContext context,
GenericContextStorage
storage, out TargetNUInt value)