6 references to Parse
Aspire.Hosting (1)
Dcp\DcpKubernetesClient.cs (1)
131
httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.
Parse
("application/merge-patch+json");
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoder.cs (1)
201
MediaTypeHeaderValue parsedContentType = MediaTypeHeaderValue.
Parse
(contentType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
215
MediaTypeHeaderValue parsedContentType = MediaTypeHeaderValue.
Parse
(contentType);
NuGet.Protocol (1)
Resources\PackageUpdateResource.cs (1)
659
packageContent.Headers.ContentType = MediaTypeHeaderValue.
Parse
("application/octet-stream");
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\MessageEncoder.cs (1)
214
MediaTypeHeaderValue parsedContentType = MediaTypeHeaderValue.
Parse
(contentType);
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
216
MediaTypeHeaderValue parsedContentType = MediaTypeHeaderValue.
Parse
(contentType);