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