1 instantiation of RuntimeCompatKey
NuGet.Packaging (1)
RuntimeModel\RuntimeGraph.cs (1)
242var key = new RuntimeCompatKey(criteria, provided);
5 references to RuntimeCompatKey
NuGet.Packaging (5)
RuntimeModel\RuntimeGraph.cs (5)
19private readonly ConcurrentDictionary<RuntimeCompatKey, bool>? _areCompatible; 242var key = new RuntimeCompatKey(criteria, provided); 246bool AreCompatibleInternal(RuntimeCompatKey key) 416private readonly struct RuntimeCompatKey : IEquatable<RuntimeCompatKey> 428public bool Equals(RuntimeCompatKey other)