1 write to AssemblyPath
GetDocument.Insider (1)
Commands\ProjectCommandBase.cs (1)
25
AssemblyPath
= command.Option("--assembly <PATH>", Resources.AssemblyDescription);
3 references to AssemblyPath
GetDocument.Insider (3)
Commands\GetDocumentCommand.cs (1)
136
var assemblyPath =
AssemblyPath
.Value();
Commands\ProjectCommandBase.cs (2)
34
if (!
AssemblyPath
.HasValue())
36
throw new CommandException(Resources.FormatMissingOption(
AssemblyPath
.LongName));