5 references to Create
Microsoft.Extensions.Http.Resilience (1)
Hedging\Internals\RequestMessageSnapshotStrategy.cs (1)
30
using var snapshot = RequestMessageSnapshot.
Create
(request);
Microsoft.Extensions.Http.Resilience.Tests (4)
Hedging\StandardHedgingTests.cs (1)
122
using var snapshot = RequestMessageSnapshot.
Create
(request);
Resilience\RequestMessageSnapshotTests.cs (3)
28
var exception = Assert.Throws<InvalidOperationException>(() => RequestMessageSnapshot.
Create
(initialRequest));
37
using var snapshot = RequestMessageSnapshot.
Create
(request);
46
using var snapshot = RequestMessageSnapshot.
Create
(request);