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