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