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