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