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