2 references to s_optionsComparer
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
410int hashCode = s_optionsComparer.GetHashCode(options); 471else if (hashCode == ctx.HashCode && s_optionsComparer.Equals(options, ctx.Options))