1 instantiation of StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (1)
CodeGen\StateMachineStateDebugInfo.cs (1)
84return new StateMachineStatesDebugInfo(
12 references to StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (10)
CodeGen\MethodBody.cs (3)
40private readonly StateMachineStatesDebugInfo _stateMachineStatesDebugInfo; 70StateMachineStatesDebugInfo stateMachineStatesDebugInfo, 159public StateMachineStatesDebugInfo StateMachineStatesDebugInfo => _stateMachineStatesDebugInfo;
CodeGen\StateMachineStateDebugInfo.cs (1)
57public static StateMachineStatesDebugInfo Create(VariableSlotAllocator? variableSlotAllocator, ImmutableArray<StateMachineStateDebugInfo> stateInfos)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
27public readonly StateMachineStatesDebugInfo StateMachineStates; 37StateMachineStatesDebugInfo stateMachineStates)
Emit\EditAndContinue\DeletedMethodBody.cs (1)
69public StateMachineStatesDebugInfo StateMachineStatesDebugInfo => default;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
164public StateMachineStatesDebugInfo StateMachineStatesDebugInfo
PEWriter\Members.cs (1)
489StateMachineStatesDebugInfo StateMachineStatesDebugInfo { get; }
PEWriter\RootModuleStaticConstructor.cs (1)
164public StateMachineStatesDebugInfo StateMachineStatesDebugInfo => default;
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
1668StateMachineStatesDebugInfo.Create(variableSlotAllocatorOpt, stateMachineStateDebugInfos),
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\MethodCompiler.vb (1)
1689stateMachineStatesDebugInfo:=StateMachineStatesDebugInfo.Create(variableSlotAllocatorOpt, stateMachineStateDebugInfos),