6 references to StateMachineStateDebugInfo
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DefinitionMap.cs (1)
486private static IReadOnlyDictionary<(int syntaxOffset, AwaitDebugId debugId), StateMachineState>? MakeStateMachineStateMap(ImmutableArray<StateMachineStateDebugInfo> debugInfos)
Emit\EditAndContinueMethodDebugInformation.cs (5)
25internal readonly ImmutableArray<StateMachineStateDebugInfo> StateMachineStates; 32ImmutableArray<StateMachineStateDebugInfo> stateMachineStates) 309private static unsafe ImmutableArray<StateMachineStateDebugInfo> UncompressStateMachineStates(ImmutableArray<byte> compressedStateMachineStates) 316var mapBuilder = ArrayBuilder<StateMachineStateDebugInfo>.GetInstance(); 375foreach (StateMachineStateDebugInfo state in StateMachineStates.OrderBy(s => s.SyntaxOffset).ThenBy(s => s.AwaitId.RelativeStateOrdinal))