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