1 write to ShouldSerializeValue
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Operations\Operation.cs (1)
27ShouldSerializeValue = shouldSerializeValue;
3 references to ShouldSerializeValue
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
Operations\Operation.cs (3)
32=> ShouldSerializeValue == other.ShouldSerializeValue && Equals(Value, other.Value); 38=> ShouldSerializeValue ? Value?.GetHashCode() ?? 0 : 0;