1 write to _allowedAppKinds
dotnet (1)
Commands\Reference\List\ReferenceListCommand.cs (1)
26
(_fileOrDirectory,
_allowedAppKinds
) = PackageCommandParser.ProcessPathOptions(
2 references to _allowedAppKinds
dotnet (2)
Commands\Reference\List\ReferenceListCommand.cs (2)
35
if (
_allowedAppKinds
.HasFlag(AppKinds.FileBased) && VirtualProjectBuilder.IsValidEntryPointPath(_fileOrDirectory))
40
if (!
_allowedAppKinds
.HasFlag(AppKinds.ProjectBased))