2 references to FormatHttp3ErrorControlStreamReservedSetting
InMemory.FunctionalTests (1)
Http3\Http3ConnectionTests.cs (1)
247
expectedErrorMessage: CoreStrings.
FormatHttp3ErrorControlStreamReservedSetting
($"0x{settingIdentifier.ToString("X", CultureInfo.InvariantCulture)}"));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
415
var message = CoreStrings.
FormatHttp3ErrorControlStreamReservedSetting
("0x" + id.ToString("X", CultureInfo.InvariantCulture));