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