3 writes to _conversionResult
System.CommandLine (3)
Parsing\ArgumentResult.cs (3)
54return _conversionResult = ValidateAndConvert(useValidators: true); 62(_conversionResult ??= ValidateAndConvert(useValidators: false)) 148_conversionResult = ArgumentConversionResult.Failure(this, errorMessage, ArgumentConversionResultType.Failed);
8 references to _conversionResult
System.CommandLine (8)
Parsing\ArgumentResult.cs (8)
37if (_conversionResult is not null) 51return _conversionResult; 172if (_conversionResult is not null) 174return _conversionResult; 185if (_conversionResult is not null) 187return _conversionResult; 206if (_conversionResult is not null) 208return _conversionResult;