2 references to TryParse
dotnet (1)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
230
if (!AuthenticationHeaderValue.
TryParse
(authorization, out AuthenticationHeaderValue? header) ||
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
230
if (!AuthenticationHeaderValue.
TryParse
(authorization, out AuthenticationHeaderValue? header) ||