1 instantiation of StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (1)
CodeGen\StateMachineStateDebugInfo.cs (1)
79return new StateMachineStatesDebugInfo(
10 references to StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (10)
CodeGen\MethodBody.cs (3)
41private readonly StateMachineStatesDebugInfo _stateMachineStatesDebugInfo; 72StateMachineStatesDebugInfo stateMachineStatesDebugInfo, 167public StateMachineStatesDebugInfo StateMachineStatesDebugInfo => _stateMachineStatesDebugInfo;
CodeGen\StateMachineStateDebugInfo.cs (1)
52public static StateMachineStatesDebugInfo Create(VariableSlotAllocator? variableSlotAllocator, ImmutableArray<StateMachineStateDebugInfo> stateInfos)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
27public readonly StateMachineStatesDebugInfo StateMachineStates; 37StateMachineStatesDebugInfo stateMachineStates)
Emit\EditAndContinue\DeletedMethodBody.cs (1)
62public StateMachineStatesDebugInfo StateMachineStatesDebugInfo => default;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
170public StateMachineStatesDebugInfo StateMachineStatesDebugInfo
PEWriter\Members.cs (1)
495StateMachineStatesDebugInfo StateMachineStatesDebugInfo { get; }
PEWriter\RootModuleStaticConstructor.cs (1)
168public StateMachineStatesDebugInfo StateMachineStatesDebugInfo => default;