1 implementation of GetProjectReferencesAsync
NuGet.PackageManagement (1)
Projects\DefaultProjectServices.cs (1)
53
public Task<IEnumerable<ProjectRestoreReference>>
GetProjectReferencesAsync
(
2 references to GetProjectReferencesAsync
NuGet.PackageManagement (2)
Projects\MSBuildNuGetProject.cs (1)
690
.
GetProjectReferencesAsync
(context.Logger, CancellationToken.None))
Projects\ProjectJsonNuGetProject.cs (1)
224
.
GetProjectReferencesAsync
(context?.Logger ?? NullLogger.Instance, CancellationToken.None))