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