2 references to TransportNotFound
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
65throw new InvalidOperationException(CoreStrings.TransportNotFound);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
KestrelServerTests.cs (1)
326Assert.Equal(CoreStrings.TransportNotFound, exception.Message);