1 instantiation of StateMachineHoistedLocalScope
Microsoft.CodeAnalysis.Features (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
195builder.Add(new StateMachineHoistedLocalScope(startOffset, endOffset));
4 references to StateMachineHoistedLocalScope
Microsoft.CodeAnalysis.Features (4)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (2)
110public void AddStateMachineHoistedLocalScopes(ImmutableArray<StateMachineHoistedLocalScope> scopes) 123foreach (var scope in s)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (2)
173public static ImmutableArray<StateMachineHoistedLocalScope> DecodeStateMachineHoistedLocalScopesRecord(ImmutableArray<byte> bytes) 179var builder = ArrayBuilder<StateMachineHoistedLocalScope>.GetInstance(bucketCount);