2 references to StringTable
Microsoft.CodeAnalysis (2)
InternalUtilities\StringTable.cs (2)
77this(null) 94var pool = new ObjectPool<StringTable>(pool => new StringTable(pool), Environment.ProcessorCount * 2);