2 references to Instance
NuGet.Packaging (2)
ContentModel\ManagedCodeConventions.cs (1)
71
private Dictionary<ReadOnlyMemory<char>, NuGetFramework> _frameworkCache = new(ReadOnlyMemoryCharComparerOrdinal.
Instance
);
ContentModel\PatternTable.cs (1)
38
byProp = new Dictionary<ReadOnlyMemory<char>, object>(ReadOnlyMemoryCharComparerOrdinal.
Instance
);