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