1 instantiation of TextKeyedCache
Microsoft.CodeAnalysis (1)
InternalUtilities\TextKeyedCache.cs (1)
87pool => new TextKeyedCache<T>(pool),
6 references to TextKeyedCache
Microsoft.CodeAnalysis (6)
InternalUtilities\TextKeyedCache.cs (6)
75private TextKeyedCache(ObjectPool<TextKeyedCache<T>>? pool) 81private readonly ObjectPool<TextKeyedCache<T>>? _pool; 82private static readonly ObjectPool<TextKeyedCache<T>> s_staticPool = CreatePool(); 84private static ObjectPool<TextKeyedCache<T>> CreatePool() 86var pool = new ObjectPool<TextKeyedCache<T>>( 92public static TextKeyedCache<T> GetInstance()