2 references to KeyAlreadyExists
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.cs (1)
112
throw new ArgumentException(CoreStrings.
KeyAlreadyExists
);
Microsoft.AspNetCore.Server.Kestrel.Tests (1)
ConfigurationReaderTests.cs (1)
104
Assert.Contains(CoreStrings.
KeyAlreadyExists
, exception.Message);