3 references to SelfContainedOption
dotnet (3)
Commands\Build\BuildCommandParser.cs (1)
46
public static readonly Option<bool> SelfContainedOption = CommonOptions.
SelfContainedOption
;
Commands\Publish\PublishCommandParser.cs (1)
48
public static readonly Option<bool> SelfContainedOption = CommonOptions.
SelfContainedOption
;
Commands\Run\RunCommandParser.cs (1)
67
public static readonly Option SelfContainedOption = CommonOptions.
SelfContainedOption
;