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