2 references to _snapshots
Microsoft.Extensions.Http.Resilience (2)
Internal\RequestMessageSnapshot.cs (2)
27
var snapshot =
_snapshots
.Get();
72
void IDisposable.Dispose() =>
_snapshots
.Return(this);