14 references to Value
dotnet-openapi (14)
Commands\AddFileCommand.cs (2)
34ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 63ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value);
Commands\AddProjectCommand.cs (1)
53ArgumentException.ThrowIfNullOrEmpty(_sourceProjectArg.Value);
Commands\AddURLCommand.cs (4)
34ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 37var sourceFile = _sourceFileArg.Value; 52ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 54if (!IsUrl(_sourceFileArg.Value))
Commands\RefreshCommand.cs (4)
29ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 32var sourceFile = _sourceFileArg.Value; 58ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 60if (!IsUrl(_sourceFileArg.Value))
Commands\RemoveCommand.cs (3)
29ArgumentException.ThrowIfNullOrEmpty(_sourceProjectArg.Value); 32var sourceFile = _sourceProjectArg.Value; 75ArgumentException.ThrowIfNullOrEmpty(_sourceProjectArg.Value);