13 references to LibraryDependencyReferenceType
NuGet.Commands (4)
RestoreCommand\LockFileBuilder.cs (1)
585
ReferenceType =
LibraryDependencyReferenceType
.Transitive,
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.DependencyResolver.Core (3)
Remote\RemoteDependencyWalker.cs (3)
188
result.conflictingDependency.ReferenceType ==
LibraryDependencyReferenceType
.None)
391
if (!isRoot && d.ReferenceType ==
LibraryDependencyReferenceType
.None)
615
return dependency.ReferenceType !=
LibraryDependencyReferenceType
.None;
NuGet.LibraryModel (3)
LibraryDependency.cs (3)
48
public
LibraryDependencyReferenceType
ReferenceType { get; init; } =
LibraryDependencyReferenceType
.Direct;
83
LibraryDependencyReferenceType
libraryDependencyReferenceType,
NuGet.ProjectModel (3)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (2)
266
ReferenceType =
LibraryDependencyReferenceType
.Transitive
478
ReferenceType =
LibraryDependencyReferenceType
.Direct,
PackageSpecReferenceDependencyProvider.cs (1)
384
ReferenceType =
LibraryDependencyReferenceType
.None,