5 references to s_factoryCache
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (5)
MEF\TestComposition.cs (5)
106lock (s_factoryCache) 108if (s_factoryCache.TryGetValue(key, out var existing)) 116lock (s_factoryCache) 118if (s_factoryCache.TryGetValue(key, out var existing)) 123s_factoryCache.Add(key, newFactory);