2 references to TryFindFileAsync
dotnet-svcutil-lib (1)
Shared\Utilities\PathHelper.cs (1)
207var filePath = await TryFindFileAsync(fileName, workingDirectory, logger, cancellationToken).ConfigureAwait(false);
dotnet-svcutil-lib.Tests (1)
TestInit.cs (1)
589var rootSolutionFolder = PathHelper.TryFindFileAsync("dotnet-svcutil.sln", parentDir, null, CancellationToken.None).Result;