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)
29ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 32var sourceFile = _sourceFileArg.Value; 58ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 60if (!IsUrl(_sourceFileArg.Value))