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)
478GenericContextStorageKind.RegisterRelative, 490GenericContextStorageKind.Register, 505GenericContextStorageKind.RegisterRelative, 512GenericContextStorageKind.StackPointerRelative,
Contracts\StackWalk\StackWalk_1.cs (4)
1170case GenericContextStorageKind.Register: 1175case GenericContextStorageKind.StackPointerRelative: 1178case GenericContextStorageKind.RegisterRelative: 1183case GenericContextStorageKind.InterpreterArgumentRelative: