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)
35if (_allowedAppKinds.HasFlag(AppKinds.FileBased) && VirtualProjectBuilder.IsValidEntryPointPath(_fileOrDirectory)) 40if (!_allowedAppKinds.HasFlag(AppKinds.ProjectBased))