3 instantiations of StateMachineStateDebugInfo
Microsoft.CodeAnalysis (1)
Emit\EditAndContinueMethodDebugInformation.cs (1)
334mapBuilder.Add(new StateMachineStateDebugInfo(syntaxOffset, (StateMachineState)stateNumber));
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
224_stateDebugInfoBuilder.Add(new StateMachineStateDebugInfo(syntaxOffset, state));
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
182_stateDebugInfoBuilder.Add(New StateMachineStateDebugInfo(syntaxOffset, state))
62 references to StateMachineStateDebugInfo
Microsoft.CodeAnalysis (9)
CodeGen\StateMachineStateDebugInfo.cs (3)
30public readonly ImmutableArray<StateMachineStateDebugInfo> States; 50private StateMachineStatesDebugInfo(ImmutableArray<StateMachineStateDebugInfo> states, StateMachineState? firstUnusedIncreasingStateMachineState, StateMachineState? firstUnusedDecreasingStateMachineState) 57public static StateMachineStatesDebugInfo Create(VariableSlotAllocator? variableSlotAllocator, ImmutableArray<StateMachineStateDebugInfo> stateInfos)
Emit\EditAndContinue\DefinitionMap.cs (1)
390ImmutableArray<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(); 359foreach (StateMachineStateDebugInfo state in StateMachineStates)
Microsoft.CodeAnalysis.CSharp (19)
Compiler\MethodCompiler.cs (7)
259var stateMachineStateDebugInfoBuilder = ArrayBuilder<StateMachineStateDebugInfo>.GetInstance(); 299ImmutableArray<StateMachineStateDebugInfo>.Empty, 717var stateMachineStateDebugInfoBuilder = ArrayBuilder<StateMachineStateDebugInfo>.GetInstance(); 895ImmutableArray<StateMachineStateDebugInfo>.Empty, 1214var stateMachineStateDebugInfoBuilder = ArrayBuilder<StateMachineStateDebugInfo>.GetInstance(); 1414ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder, 1529ImmutableArray<StateMachineStateDebugInfo> stateMachineStateDebugInfos,
Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs (1)
58ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
76ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Lowering\AsyncRewriter\AsyncRewriter.AsyncIteratorRewriter.cs (1)
39ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Lowering\AsyncRewriter\AsyncRewriter.cs (2)
28ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder, 45ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
64ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Lowering\IteratorRewriter\IteratorRewriter.cs (2)
34ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder, 53ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
94private readonly ArrayBuilder<StateMachineStateDebugInfo> _stateDebugInfoBuilder; 108ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Lowering\StateMachineRewriter\StateMachineRewriter.cs (2)
27protected readonly ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder; 41ArrayBuilder<StateMachineStateDebugInfo> stateMachineStateDebugInfoBuilder,
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\CompilationTestDataExtensions.cs (1)
112stateMachineStates: ImmutableArray<StateMachineStateDebugInfo>.Empty);
Microsoft.CodeAnalysis.UnitTests (5)
Emit\CustomDebugInfoTests.cs (5)
206var states = ImmutableArray<StateMachineStateDebugInfo>.Empty; 235var states = ImmutableArray<StateMachineStateDebugInfo>.Empty; 257var states = ImmutableArray<StateMachineStateDebugInfo>.Empty; 281var states = ImmutableArray<StateMachineStateDebugInfo>.Empty; 314var states = ImmutableArray<StateMachineStateDebugInfo>.Empty;
Microsoft.CodeAnalysis.VisualBasic (28)
Compilation\MethodCompiler.vb (6)
318stateMachineStateDebugInfos:=ImmutableArray(Of StateMachineStateDebugInfo).Empty, 888stateMachineStateDebugInfos:=ImmutableArray(Of StateMachineStateDebugInfo).Empty, 919Dim stateMachineStateDebugInfoBuilder = ArrayBuilder(Of StateMachineStateDebugInfo).GetInstance() 1369Dim stateMachineStateDebugInfoBuilder = ArrayBuilder(Of StateMachineStateDebugInfo).GetInstance() 1482Dim stateMachineStateDebugInfoBuilder = ArrayBuilder(Of StateMachineStateDebugInfo).GetInstance() 1566stateMachineStateDebugInfos As ImmutableArray(Of StateMachineStateDebugInfo),
Compilation\TypeCompilationState.vb (4)
31Public ReadOnly StateMachineStatesDebugInfo As ImmutableArray(Of StateMachineStateDebugInfo) 36stateMachineStatesDebugInfo As ImmutableArray(Of StateMachineStateDebugInfo)) 104stateMachineStatesDebugInfo As ImmutableArray(Of StateMachineStateDebugInfo)) 122AddSynthesizedMethod(wrapper, body, stateMachineType:=Nothing, ImmutableArray(Of StateMachineStateDebugInfo).Empty)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (1)
69stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo),
Lowering\AsyncRewriter\AsyncRewriter.vb (2)
31stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo), 75stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo),
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (1)
32stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo),
Lowering\IteratorRewriter\IteratorRewriter.vb (2)
26stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo), 50stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo),
Lowering\LambdaRewriter\LambdaRewriter.vb (5)
246CompilationState.AddSynthesizedMethod(frame.Constructor, MakeFrameCtor(frame, Diagnostics), stateMachineType:=Nothing, ImmutableArray(Of StateMachineStateDebugInfo).Empty) 335CompilationState.AddSynthesizedMethod(frame.Constructor, MakeFrameCtor(frame, diagnostics), stateMachineType:=Nothing, ImmutableArray(Of StateMachineStateDebugInfo).Empty) 346CompilationState.AddSynthesizedMethod(frame.SharedConstructor, body, stateMachineType:=Nothing, ImmutableArray(Of StateMachineStateDebugInfo).Empty) 877stateMachineStateDebugInfosBuilder As ArrayBuilder(Of StateMachineStateDebugInfo), 1106Dim stateMachineStateDebugInfosBuilder = ArrayBuilder(Of StateMachineStateDebugInfo).GetInstance()
Lowering\Rewriter.vb (2)
30stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo), 129stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo),
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (2)
74Private ReadOnly _stateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo) 80stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo),
Lowering\StateMachineRewriter\StateMachineRewriter.vb (2)
31Protected ReadOnly StateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo) 42stateMachineStateDebugInfoBuilder As ArrayBuilder(Of StateMachineStateDebugInfo),
Lowering\SyntheticBoundNodeFactory.vb (1)
1096CompilationState.AddSynthesizedMethod(Me.CurrentMethod, body, stateMachineType:=Nothing, ImmutableArray(Of StateMachineStateDebugInfo).Empty)