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