15 references to GenericContextStorageKind
Microsoft.Diagnostics.DataContractReader.Abstractions (3)
Contracts\IGCInfo.cs (3)
86
public GenericContextStorage(
GenericContextStorageKind
kind, uint registerNumber, int offset)
94
public GenericContextStorage(
GenericContextStorageKind
kind, string registerName, int offset)
102
public
GenericContextStorageKind
Kind { get; }
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\GCInfo\GCInfoDecoder.cs (4)
562
storage = new GenericContextStorage(
GenericContextStorageKind
.InterpreterArgumentRelative, registerNumber: 0, offset: 0);
576
GenericContextStorageKind
.InterpreterArgumentRelative,
583
GenericContextStorageKind
.RegisterRelative,
590
GenericContextStorageKind
.StackPointerRelative,
Contracts\GCInfo\X86\GCInfo.cs (4)
476
GenericContextStorageKind
.RegisterRelative,
488
GenericContextStorageKind
.Register,
503
GenericContextStorageKind
.RegisterRelative,
510
GenericContextStorageKind
.StackPointerRelative,
Contracts\StackWalk\StackWalk_1.cs (4)
1166
case
GenericContextStorageKind
.Register:
1171
case
GenericContextStorageKind
.StackPointerRelative:
1174
case
GenericContextStorageKind
.RegisterRelative:
1179
case
GenericContextStorageKind
.InterpreterArgumentRelative: