4 implementations of StateMachineHoistedLocalScopes
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
142
ImmutableArray<StateMachineHoistedLocalScope> Cci.IMethodBody.
StateMachineHoistedLocalScopes
Emit\EditAndContinue\DeletedMethodBody.cs (1)
55
public ImmutableArray<StateMachineHoistedLocalScope>
StateMachineHoistedLocalScopes
=> ImmutableArray<StateMachineHoistedLocalScope>.Empty;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
147
ImmutableArray<StateMachineHoistedLocalScope> Cci.IMethodBody.
StateMachineHoistedLocalScopes
=>
PEWriter\RootModuleStaticConstructor.cs (1)
152
public ImmutableArray<StateMachineHoistedLocalScope>
StateMachineHoistedLocalScopes
=> ImmutableArray<StateMachineHoistedLocalScope>.Empty;
2 references to StateMachineHoistedLocalScopes
Microsoft.CodeAnalysis (2)
PEWriter\CustomDebugInfoWriter.cs (1)
112
encoder.AddStateMachineHoistedLocalScopes(methodBody.
StateMachineHoistedLocalScopes
);
PEWriter\MetadataWriter.PortablePdb.cs (1)
602
var scopes = methodBody.
StateMachineHoistedLocalScopes
;