2 instantiations of FakeServer
Microsoft.AspNetCore.DataProtection.Tests (2)
HostingTests.cs (2)
35
new
FakeServer
(onStart: () => tcs.TrySetException(new InvalidOperationException("Server was started before key ring was initialized")))));
61
new
FakeServer
(onStart: () => tcs.TrySetException(new InvalidOperationException("Server was started before key ring was initialized")))))