4 references to Entry
Microsoft.CodeAnalysis (4)
InternalUtilities\StringTable.cs (4)
60private readonly Entry[] _localTable = new Entry[LocalSize]; 66private static readonly SegmentedArray<Entry> s_sharedTable = new SegmentedArray<Entry>(SharedSize);