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