5 references to s_factoryCache
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (5)
MEF\TestComposition.cs (5)
102lock (s_factoryCache) 104if (s_factoryCache.TryGetValue(key, out var existing)) 112lock (s_factoryCache) 114if (s_factoryCache.TryGetValue(key, out var existing)) 119s_factoryCache.Add(key, newFactory);