8 references to TryAddWithoutValidation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs (1)
36
if (!httpHeaders.
TryAddWithoutValidation
(header.Key, header.Value))
Microsoft.Extensions.AI.Integration.Tests (1)
VerbatimHttpHandler.cs (1)
60
newContent.Headers.
TryAddWithoutValidation
(header.Key, header.Value);
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpResponseBodyReader.cs (1)
121
_ = newContent.Headers.
TryAddWithoutValidation
(header.Key, header.Value);
Microsoft.Extensions.Http.Resilience (1)
Internal\RequestMessageSnapshot.cs (1)
53
_ = clone.Headers.
TryAddWithoutValidation
(header.Key, header.Value);
NuGet.Protocol (4)
HttpSource\HttpRequestMessageExtensions.cs (2)
37
clone.Headers.
TryAddWithoutValidation
(header.Key, header.Value);
66
Headers.
TryAddWithoutValidation
(header.Key, header.Value);
HttpSource\HttpRetryHandler.cs (2)
136
requestMessage.Headers.
TryAddWithoutValidation
(header.Key, header.Value);
190
newContent.Headers.
TryAddWithoutValidation
(header.Key, header.Value);