5 references to Direct
NuGet.Commands (3)
RestoreCommand\Utility\BuildAssetsUtils.cs (1)
875
if (dependency.ReferenceType == LibraryDependencyReferenceType.
Direct
)
RestoreCommand\Utility\IncludeFlagUtils.cs (1)
155
if (dependency.ReferenceType != LibraryDependencyReferenceType.
Direct
)
RestoreCommand\Utility\LockFileUtils.cs (1)
528
&& d.ReferenceType == LibraryDependencyReferenceType.
Direct
)
NuGet.LibraryModel (1)
LibraryDependency.cs (1)
48
public LibraryDependencyReferenceType ReferenceType { get; init; } = LibraryDependencyReferenceType.
Direct
;
NuGet.ProjectModel (1)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (1)
478
ReferenceType = LibraryDependencyReferenceType.
Direct
,