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