1 instantiation of CacheKey
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Mef\TestComposition.cs (1)
130
var key = new
CacheKey
(Assemblies, Parts, ExcludedPartTypes);
9 references to CacheKey
Microsoft.AspNetCore.Razor.Test.Common.Tooling (9)
Mef\TestComposition.cs (9)
50
private static readonly Dictionary<
CacheKey
, IExportProviderFactory> s_factoryCache = [];
52
private readonly struct CacheKey : IEquatable<
CacheKey
>
66
=> obj is
CacheKey
key && Equals(key);
68
public bool Equals(
CacheKey
other)
89
public static bool operator ==(
CacheKey
left,
CacheKey
right)
92
public static bool operator !=(
CacheKey
left,
CacheKey
right)
130
var
key = new CacheKey(Assemblies, Parts, ExcludedPartTypes);