1 write to _allowedAppKinds
dotnet (1)
Commands\Reference\Add\ReferenceAddCommand.cs (1)
24(_fileOrDirectory, _allowedAppKinds) = PackageCommandParser.ProcessPathOptions(
2 references to _allowedAppKinds
dotnet (2)
Commands\Reference\Add\ReferenceAddCommand.cs (2)
36if (_allowedAppKinds.HasFlag(AppKinds.FileBased) && VirtualProjectBuilder.IsValidEntryPointPath(_fileOrDirectory)) 41if (!_allowedAppKinds.HasFlag(AppKinds.ProjectBased))