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