1 write to _sourceFileArg
dotnet-openapi (1)
Commands\AddURLCommand.cs (1)
24
_sourceFileArg
= Argument(SourceUrlArgName, "The OpenAPI file to add. This must be a URL to a remote OpenAPI file.", multipleValues: true);
4 references to _sourceFileArg
dotnet-openapi (4)
Commands\AddURLCommand.cs (4)
34
ArgumentException.ThrowIfNullOrEmpty(
_sourceFileArg
.Value);
37
var sourceFile =
_sourceFileArg
.Value;
52
ArgumentException.ThrowIfNullOrEmpty(
_sourceFileArg
.Value);
54
if (!IsUrl(
_sourceFileArg
.Value))