8 references to TryAddWithoutValidation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs (1)
36if (!httpHeaders.TryAddWithoutValidation(header.Key, header.Value))
Microsoft.Extensions.AI.Integration.Tests (1)
VerbatimHttpHandler.cs (1)
60newContent.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)
37clone.Headers.TryAddWithoutValidation(header.Key, header.Value); 66Headers.TryAddWithoutValidation(header.Key, header.Value);
HttpSource\HttpRetryHandler.cs (2)
136requestMessage.Headers.TryAddWithoutValidation(header.Key, header.Value); 190newContent.Headers.TryAddWithoutValidation(header.Key, header.Value);