8 references to StackSourceType
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IStackWalk.cs (1)
57public StackSourceType SourceType { get; init; }
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\StackWalk_1.cs (3)
379StackRefData.SourceTypes.StackSourceIP => StackSourceType.InstructionPointer, 380StackRefData.SourceTypes.StackSourceFrame => StackSourceType.Frame, 381_ => StackSourceType.Other,
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
4082StackSourceType.InstructionPointer => SOSStackSourceType.SOS_StackSourceIP, 4083StackSourceType.Frame => SOSStackSourceType.SOS_StackSourceFrame, 4084StackSourceType.Other => SOSStackSourceType.SOS_StackSourceOther, 4085_ => throw new UnreachableException($"Unexpected {nameof(StackSourceType)}: {refs[i].SourceType}"),