1 instantiation of LocalV3FindPackageByIdResource
NuGet.Protocol (1)
LocalRepositories\LocalV3FindPackageByIdResourceProvider.cs (1)
33
resource = new
LocalV3FindPackageByIdResource
(source.PackageSource);
4 references to LocalV3FindPackageByIdResource
NuGet.Commands (2)
RestoreCommand\SourceRepositoryDependencyProvider.cs (2)
592
var
localV3 = resource as
LocalV3FindPackageByIdResource
;
NuGet.Protocol (2)
LocalRepositories\LocalV3FindPackageByIdResource.cs (2)
41
private const string ThisTypeName = nameof(
LocalV3FindPackageByIdResource
);
74
/// Initializes a new <see cref="
LocalV3FindPackageByIdResource
" /> class.