1 instantiation of TextKeyedCache
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs (1)
87pool => new TextKeyedCache<T>(pool),
6 references to TextKeyedCache
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
src\Compilers\Core\Portable\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()