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