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