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