8 references to StackSourceType
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IStackWalk.cs (1)
59public StackSourceType SourceType { get; init; }
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\StackWalk_1.cs (3)
389StackRefData.SourceTypes.StackSourceIP => StackSourceType.InstructionPointer, 390StackRefData.SourceTypes.StackSourceFrame => StackSourceType.Frame, 391_ => StackSourceType.Other,
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
4088StackSourceType.InstructionPointer => SOSStackSourceType.SOS_StackSourceIP, 4089StackSourceType.Frame => SOSStackSourceType.SOS_StackSourceFrame, 4090StackSourceType.Other => SOSStackSourceType.SOS_StackSourceOther, 4091_ => throw new UnreachableException($"Unexpected {nameof(StackSourceType)}: {refs[i].SourceType}"),