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