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