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