1 write to Value
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Operations\Operation.cs (1)
28Value = value;
5 references to Value
Microsoft.AspNetCore.JsonPatch.SystemTextJson (5)
Operations\Operation.cs (5)
32=> ShouldSerializeValue == other.ShouldSerializeValue && Equals(Value, other.Value); 38=> ShouldSerializeValue ? Value?.GetHashCode() ?? 0 : 0; 50=> JsonSerializer.Serialize(writer, value.Value, options); 66set => this.value = value.Value;