1 instantiation of StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (1)
CodeGen\StateMachineStateDebugInfo.cs (1)
79return new StateMachineStatesDebugInfo(
12 references to StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (10)
CodeGen\MethodBody.cs (3)
41private readonly StateMachineStatesDebugInfo _stateMachineStatesDebugInfo; 72StateMachineStatesDebugInfo stateMachineStatesDebugInfo, 169public 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)
171public StateMachineStatesDebugInfo StateMachineStatesDebugInfo
PEWriter\Members.cs (1)
495StateMachineStatesDebugInfo StateMachineStatesDebugInfo { get; }
PEWriter\MethodDefinitionBase.cs (1)
167public StateMachineStatesDebugInfo StateMachineStatesDebugInfo => default;
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
1439StateMachineStatesDebugInfo.Create(variableSlotAllocator: null, ImmutableArray<StateMachineStateDebugInfo>.Empty), 1743StateMachineStatesDebugInfo.Create(variableSlotAllocatorOpt, stateMachineStateDebugInfos),