3 references to LoadProjectInfosFromPathAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
115
var projectFileInfos = await
LoadProjectInfosFromPathAsync
(projectPath, _requestedProjectOptions, cancellationToken).ConfigureAwait(false);
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (2)
216
_ = await
LoadProjectInfosFromPathAsync
(projectReferencePath, _discoveredProjectOptions, cancellationToken).ConfigureAwait(false);
275
var projectReferenceInfos = await
LoadProjectInfosFromPathAsync
(projectReferencePath, _discoveredProjectOptions, cancellationToken).ConfigureAwait(false);