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