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