27 references to IsNullOrEmpty
vstest.console (27)
CommandLine\CommandLineOptions.cs (1)
166public bool HasPhoneContext => !TargetDevice.IsNullOrEmpty();
CommandLine\Executor.cs (1)
560|| (!args.IsNullOrEmpty() && Utilities.CommandLineUtilities.SplitCommandLineIntoArguments(args, out arguments));
Internal\ConsoleLogger.cs (8)
311if (!result.ErrorMessage.IsNullOrEmpty()) 319if (!result.ErrorStackTrace.IsNullOrEmpty()) 333if (!stdOutMessages.IsNullOrEmpty()) 346if (!stdErrMessages.IsNullOrEmpty()) 359if (!dbgTrcMessages.IsNullOrEmpty()) 372if (!addnlInfoMessages.IsNullOrEmpty()) 522if (!formattedDuration.IsNullOrEmpty()) 774var 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)
182if (!EqtTrace.LogFile.IsNullOrEmpty()) 193if (_commandLineOptions.ListTestsTargetPath.IsNullOrEmpty()) 287if (filterString.IsNullOrEmpty())
Processors\ListTestsArgumentProcessor.cs (1)
187if (!StringUtils.IsNullOrEmpty(EqtTrace.LogFile))
Processors\RunSpecificTestsArgumentProcessor.cs (1)
226if (!StringUtils.IsNullOrEmpty(EqtTrace.LogFile))
Processors\RunTestsArgumentProcessor.cs (1)
158if (!StringUtils.IsNullOrEmpty(EqtTrace.LogFile))
Processors\TestSessionCorrelationIdProcessor.cs (1)
81if (argument.IsNullOrEmpty())
Processors\TestSourceArgumentProcessor.cs (1)
91if (!argument.IsNullOrEmpty())
Processors\Utilities\ArgumentProcessorFactory.cs (1)
275if (!argumentProcessor.Metadata.Value.ShortCommandName.IsNullOrEmpty())
TestPlatformHelpers\TestRequestManager.cs (3)
925if (!incompatibleSettingWarning.IsNullOrEmpty()) 1281if (targetDevice.IsNullOrEmpty()) 1372if (!settings.IsNullOrEmpty())