1 instantiation of StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (1)
CodeGen\StateMachineStateDebugInfo.cs (1)
84
return new
StateMachineStatesDebugInfo
(
12 references to StateMachineStatesDebugInfo
Microsoft.CodeAnalysis (10)
CodeGen\MethodBody.cs (3)
40
private readonly
StateMachineStatesDebugInfo
_stateMachineStatesDebugInfo;
70
StateMachineStatesDebugInfo
stateMachineStatesDebugInfo,
159
public
StateMachineStatesDebugInfo
StateMachineStatesDebugInfo => _stateMachineStatesDebugInfo;
CodeGen\StateMachineStateDebugInfo.cs (1)
57
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)
69
public
StateMachineStatesDebugInfo
StateMachineStatesDebugInfo => default;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
164
public
StateMachineStatesDebugInfo
StateMachineStatesDebugInfo
PEWriter\Members.cs (1)
489
StateMachineStatesDebugInfo
StateMachineStatesDebugInfo { get; }
PEWriter\RootModuleStaticConstructor.cs (1)
164
public
StateMachineStatesDebugInfo
StateMachineStatesDebugInfo => default;
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
1668
StateMachineStatesDebugInfo
.Create(variableSlotAllocatorOpt, stateMachineStateDebugInfos),
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\MethodCompiler.vb (1)
1689
stateMachineStatesDebugInfo:=
StateMachineStatesDebugInfo
.Create(variableSlotAllocatorOpt, stateMachineStateDebugInfos),