1 write to _sourceFileArg
dotnet-openapi (1)
Commands\RefreshCommand.cs (1)
22
_sourceFileArg
= Argument(SourceURLArgName, "The OpenAPI reference to refresh.");
4 references to _sourceFileArg
dotnet-openapi (4)
Commands\RefreshCommand.cs (4)
29
ArgumentException.ThrowIfNullOrEmpty(
_sourceFileArg
.Value);
32
var sourceFile =
_sourceFileArg
.Value;
58
ArgumentException.ThrowIfNullOrEmpty(
_sourceFileArg
.Value);
60
if (!IsUrl(
_sourceFileArg
.Value))