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