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