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