2 references to TryParse
Aspire.Dashboard (1)
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
78if (contentType != null && MediaTypeHeaderValue.TryParse(contentType, out var mt))
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (1)
130if (MediaTypeHeaderValue.TryParse(contentType, out contentTypeHeaderValue))