1 write to _allowedAppKinds
dotnet (1)
Commands\Reference\Remove\ReferenceRemoveCommand.cs (1)
24
(_fileOrDirectory,
_allowedAppKinds
) = PackageCommandParser.ProcessPathOptions(
2 references to _allowedAppKinds
dotnet (2)
Commands\Reference\Remove\ReferenceRemoveCommand.cs (2)
39
if (
_allowedAppKinds
.HasFlag(AppKinds.FileBased) && VirtualProjectBuilder.IsValidEntryPointPath(_fileOrDirectory))
44
if (!
_allowedAppKinds
.HasFlag(AppKinds.ProjectBased))