1 instantiation of CacheKey
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\TestComposition.cs (1)
99var key = new CacheKey(Assemblies, Parts, ExcludedPartTypes);
10 references to CacheKey
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (10)
MEF\TestComposition.cs (10)
25private static readonly Dictionary<CacheKey, IExportProviderFactory> s_factoryCache = new Dictionary<CacheKey, IExportProviderFactory>(); 27private readonly struct CacheKey : IEquatable<CacheKey> 41=> obj is CacheKey key && Equals(key); 43public bool Equals(CacheKey other) 51public static bool operator ==(CacheKey left, CacheKey right) 54public static bool operator !=(CacheKey left, CacheKey right) 99var key = new CacheKey(Assemblies, Parts, ExcludedPartTypes);