1 instantiation of PropertyNameComparer
System.Text.Json (1)
System\Text\Json\Document\JsonDocument.PropertyNameSet.cs (1)
146
internal static readonly PropertyNameComparer Instance =
new
();
3 references to PropertyNameComparer
System.Text.Json (3)
System\Text\Json\Document\JsonDocument.PropertyNameSet.cs (3)
59
PropertyNameComparer
.Instance);
119
PropertyNameComparer
.Instance);
146
internal static readonly
PropertyNameComparer
Instance = new();