3 implementations of StateMachineHoistedLocalScopes
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
145ImmutableArray<StateMachineHoistedLocalScope> Cci.IMethodBody.StateMachineHoistedLocalScopes
Emit\NoPia\CommonEmbeddedMethod.cs (1)
150ImmutableArray<StateMachineHoistedLocalScope> Cci.IMethodBody.StateMachineHoistedLocalScopes =>
PEWriter\RootModuleStaticConstructor.cs (1)
154public 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;