2 references to UpgradeCannotBeCalledMultipleTimes
InMemory.FunctionalTests (1)
UpgradeTests.cs (1)
155
Assert.Equal(CoreStrings.
UpgradeCannotBeCalledMultipleTimes
, ex.Message);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
268
throw new InvalidOperationException(CoreStrings.
UpgradeCannotBeCalledMultipleTimes
);