27 references to IsNullOrEmpty
vstest.console (27)
CommandLine\CommandLineOptions.cs (1)
174
public bool HasPhoneContext => !TargetDevice.
IsNullOrEmpty
();
CommandLine\Executor.cs (1)
533
|| (!args.
IsNullOrEmpty
() && Utilities.CommandLineUtilities.SplitCommandLineIntoArguments(args, out arguments));
Internal\ConsoleLogger.cs (8)
301
if (!result.ErrorMessage.
IsNullOrEmpty
())
309
if (!result.ErrorStackTrace.
IsNullOrEmpty
())
323
if (!stdOutMessages.
IsNullOrEmpty
())
336
if (!stdErrMessages.
IsNullOrEmpty
())
349
if (!dbgTrcMessages.
IsNullOrEmpty
())
362
if (!addnlInfoMessages.
IsNullOrEmpty
())
511
if (!formattedDuration.
IsNullOrEmpty
())
763
var frameworkString = _targetFramework.
IsNullOrEmpty
()
Internal\MSBuildLogger.cs (1)
207
if (!StringUtils.
IsNullOrEmpty
(result.TestCase.CodeFilePath))
Processors\AeDebuggerArgumentProcessor.cs (1)
93
if (StringUtils.
IsNullOrEmpty
(_argument))
Processors\EnableDiagArgumentProcessor.cs (3)
148
if (!objectTypeLocation.
IsNullOrEmpty
())
179
if (!traceInitialized && !StringUtils.
IsNullOrEmpty
(EqtTrace.ErrorOnInitialization))
239
if (!StringUtils.
IsNullOrEmpty
(directory) && !_fileHelper.DirectoryExists(directory))
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (3)
173
if (!EqtTrace.LogFile.
IsNullOrEmpty
())
184
if (_commandLineOptions.ListTestsTargetPath.
IsNullOrEmpty
())
278
if (filterString.
IsNullOrEmpty
())
Processors\ListTestsArgumentProcessor.cs (1)
178
if (!StringUtils.
IsNullOrEmpty
(EqtTrace.LogFile))
Processors\RunSpecificTestsArgumentProcessor.cs (1)
217
if (!StringUtils.
IsNullOrEmpty
(EqtTrace.LogFile))
Processors\RunTestsArgumentProcessor.cs (1)
149
if (!StringUtils.
IsNullOrEmpty
(EqtTrace.LogFile))
Processors\TestSessionCorrelationIdProcessor.cs (1)
75
if (argument.
IsNullOrEmpty
())
Processors\TestSourceArgumentProcessor.cs (1)
85
if (!argument.
IsNullOrEmpty
())
Processors\Utilities\ArgumentProcessorFactory.cs (1)
244
if (!argumentProcessor.Metadata.Value.ShortCommandName.
IsNullOrEmpty
())
TestPlatformHelpers\TestRequestManager.cs (3)
1055
if (!incompatibleSettingWarning.
IsNullOrEmpty
())
1411
if (targetDevice.
IsNullOrEmpty
())
1502
if (!settings.
IsNullOrEmpty
())