1 instantiation of CacheKey
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\TestComposition.cs (1)
104var key = new CacheKey(Assemblies, Parts, ExcludedPartTypes);
9 references to CacheKey
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (9)
MEF\TestComposition.cs (9)
27private static readonly Dictionary<CacheKey, IExportProviderFactory> s_factoryCache = []; 29private readonly struct CacheKey : IEquatable<CacheKey> 43=> obj is CacheKey key && Equals(key); 45public bool Equals(CacheKey other) 53public static bool operator ==(CacheKey left, CacheKey right) 56public static bool operator !=(CacheKey left, CacheKey right) 104var key = new CacheKey(Assemblies, Parts, ExcludedPartTypes);