3 references to AddImplicitRestoreOptions
dotnet (3)
Commands\Build\BuildCommandParser.cs (1)
75RestoreCommandParser.AddImplicitRestoreOptions(command, includeRuntimeOption: false, includeNoDependenciesOption: false);
Commands\Pack\PackCommandParser.cs (1)
117RestoreCommandParser.AddImplicitRestoreOptions(command, includeRuntimeOption: false, includeNoDependenciesOption: true);
Commands\Publish\PublishCommandParser.cs (1)
73RestoreCommandParser.AddImplicitRestoreOptions(command, includeRuntimeOption: false, includeNoDependenciesOption: true);