1 instantiation of DynamicLocalInfo
Microsoft.CodeAnalysis.Debugging.Package (1)
CustomDebugInfoReader.cs (1)
287
builder.Add(new
DynamicLocalInfo
(flagsBuilder.ToImmutable(), slotId, nameBuilder.ToString()));
2 references to DynamicLocalInfo
Microsoft.CodeAnalysis.Debugging.Package (2)
CustomDebugInfoReader.cs (2)
242
public static ImmutableArray<
DynamicLocalInfo
> DecodeDynamicLocalsRecord(ImmutableArray<byte> bytes)
252
var builder = ArrayBuilder<
DynamicLocalInfo
>.GetInstance(bucketCount);