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