1 instantiation of CacheKey
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\TestComposition.cs (1)
100
var key = new
CacheKey
(Assemblies, Parts, ExcludedPartTypes);
9 references to CacheKey
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (9)
MEF\TestComposition.cs (9)
26
private static readonly Dictionary<
CacheKey
, IExportProviderFactory> s_factoryCache = [];
28
private readonly struct CacheKey : IEquatable<
CacheKey
>
42
=> obj is
CacheKey
key && Equals(key);
44
public bool Equals(
CacheKey
other)
52
public static bool operator ==(
CacheKey
left,
CacheKey
right)
55
public static bool operator !=(
CacheKey
left,
CacheKey
right)
100
var
key = new CacheKey(Assemblies, Parts, ExcludedPartTypes);