1 override of GetDevelopmentDependencyAsync
NuGet.Protocol (1)
Plugins\PluginPackageReader.cs (1)
896public override async Task<bool> GetDevelopmentDependencyAsync(CancellationToken cancellationToken)
1 reference to GetDevelopmentDependencyAsync
NuGet.PackageManagement (1)
Projects\PackagesConfigNuGetProject.cs (1)
362isDevelopmentDependency = await downloadResourceResult.PackageReader.GetDevelopmentDependencyAsync(token);