22 references to Patch
Aspire.Hosting (1)
Dcp\DcpKubernetesClient.cs (1)
124
Method = HttpMethod.
Patch
,
Microsoft.AspNetCore.Mvc.Testing (1)
Handlers\RedirectHandler.cs (1)
64
request.Method == HttpMethod.Post || request.Method == HttpMethod.Put || request.Method == HttpMethod.
Patch
;
Microsoft.AspNetCore.OpenApi (2)
Extensions\ApiDescriptionExtensions.cs (1)
28
"PATCH" => HttpMethod.
Patch
,
Services\OpenApiConstants.cs (1)
33
HttpMethod.
Patch
,
Microsoft.AspNetCore.OpenApi.Tests (14)
Extensions\ApiDescriptionExtensionsTests.cs (1)
42
new object[] { "PATCH", HttpMethod.
Patch
},
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.Paths.cs (1)
117
Assert.Contains(HttpMethod.
Patch
, path.Value.Operations);
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.RequestBody.cs (12)
1150
var operation = paths.Operations[HttpMethod.
Patch
];
1184
var operation = paths.Operations![HttpMethod.
Patch
];
1205
var operation = paths.Operations[HttpMethod.
Patch
];
1229
var operation = paths.Operations[HttpMethod.
Patch
];
1252
var operation = paths.Operations[HttpMethod.
Patch
];
1275
var operation = paths.Operations[HttpMethod.
Patch
];
1309
var operation = paths.Operations![HttpMethod.
Patch
];
1330
var operation = paths.Operations[HttpMethod.
Patch
];
1355
var operation = paths.Operations[HttpMethod.
Patch
];
1378
var operation = paths.Operations[HttpMethod.
Patch
];
1412
var operation = paths.Operations[HttpMethod.
Patch
];
1438
var operation = paths.Operations[HttpMethod.
Patch
];
Microsoft.DotNet.Internal.SymbolHelper (1)
SymbolPromotionHelper.cs (1)
263
using HttpRequestMessage statusRequest = new(HttpMethod.
Patch
, requestSpecificEndpoint)
Microsoft.Extensions.Http.Resilience (1)
Polly\HttpRetryStrategyOptionsExtensions.cs (1)
37
HttpMethod.Connect, HttpMethod.
Patch
);
System.Net.Http (2)
System\Net\Http\HttpClient.cs (1)
423
HttpRequestMessage request = CreateRequestMessage(HttpMethod.
Patch
, requestUri);
System\Net\Http\HttpMethod.cs (1)
111
_ =>
Patch
,