13 references to IsNullOrWhiteSpace
Microsoft.TestPlatform.CrossPlatEngine (13)
Client\LoggerNameValueConfigurationManager.cs (1)
55if (settingValue.IsNullOrWhiteSpace())
Client\ProxyOperationManager.cs (2)
465return logFile.IsNullOrWhiteSpace() 555if (!StringUtils.IsNullOrWhiteSpace(_testHostProcessStdError))
Client\TestLoggerManager.cs (4)
154if (!StringUtils.IsNullOrWhiteSpace(logger.AssemblyQualifiedName)) 161!StringUtils.IsNullOrWhiteSpace(logger.Uri?.ToString())) 177var value = !StringUtils.IsNullOrWhiteSpace(logger.AssemblyQualifiedName) 179: !StringUtils.IsNullOrWhiteSpace(logger.Uri?.ToString())
DataCollection\DataCollectionLauncher.cs (1)
59if (!StringUtils.IsNullOrWhiteSpace(processStdErrorStr))
DataCollection\DataCollectionLauncherFactory.cs (1)
26if (!settingsXml.IsNullOrWhiteSpace())
DataCollection\ProxyDataCollectionManager.cs (2)
345if (settingsXml.IsNullOrWhiteSpace()) 359if (tapNode != null && !StringUtils.IsNullOrWhiteSpace(tapNode.InnerText))
Execution\MSTestV1TelemetryHelper.cs (1)
53var hasExtension = !testExtension.IsNullOrWhiteSpace();
NullableHelpers.cs (1)
24/// <inheritdoc cref="StringUtils.IsNullOrWhiteSpace(string)"/>