1 write to AssemblyPath
dotnet-getdocument (1)
ProjectOptions.cs (1)
24AssemblyPath = command.Option("--assembly <Path>", Resources.AssemblyDescription);
3 references to AssemblyPath
dotnet-getdocument (3)
Commands\InvokeCommand.cs (1)
46var assemblyPath = _projectOptions.AssemblyPath.Value();
ProjectOptions.cs (2)
34if (!AssemblyPath.HasValue()) 36throw new CommandException(Resources.FormatMissingOption(AssemblyPath.LongName));