4 references to Add
Microsoft.AspNetCore.JsonPatch (3)
Operations\Operation.cs (2)
38
case OperationType.
Add
:
70
return (OperationType == OperationType.
Add
Operations\OperationOfT.cs (1)
40
case OperationType.
Add
:
Microsoft.AspNetCore.JsonPatch.Tests (1)
OperationBaseTests.cs (1)
11
[InlineData("ADd", OperationType.
Add
)]