23 references to IsNullOrEmpty
Microsoft.TestPlatform.CrossPlatEngine (20)
Client\ProxyOperationManager.cs (3)
259if ((!StringUtils.IsNullOrEmpty(hostDebugEnabled) 262&& !StringUtils.IsNullOrEmpty(nativeHostDebugEnabled) 451if (!friendlyName.IsNullOrEmpty())
Client\TestLoggerManager.cs (3)
608var loggerUri = extensionUri.IsNullOrEmpty() ? logger.GetType().ToString() : extensionUri; 617extensionUri.IsNullOrEmpty() ? "type" : "uri", 618extensionUri.IsNullOrEmpty() ? logger.GetType().ToString() : extensionUri,
DataCollection\ProxyDataCollectionManager.cs (2)
268if (!StringUtils.IsNullOrEmpty(dataCollectorDebugEnabled) && 315if (!StringUtils.IsNullOrEmpty(EqtTrace.LogFile))
Discovery\DiscovererEnumerator.cs (3)
149context.FilterExpressionWrapper = !StringUtils.IsNullOrEmpty(testCaseFilter) ? new FilterExpressionWrapper(testCaseFilter) : null; 310if (!testCaseFilter.IsNullOrEmpty()) 498if (StringUtils.IsNullOrEmpty(extensionAssembly) || string.Equals(extensionAssembly, ObjectModel.Constants.UnspecifiedAdapterPath))
Discovery\DiscoveryContext.cs (1)
42if (!StringUtils.IsNullOrEmpty(FilterExpressionWrapper.ParseError))
Discovery\DiscoveryManager.cs (2)
267if (package.IsNullOrEmpty()) 333if (!package.IsNullOrEmpty())
Execution\BaseRunTests.cs (2)
557if (StringUtils.IsNullOrEmpty(extensionAssembly) 647return !StringUtils.IsNullOrEmpty(_package);
Execution\RunTestsWithSources.cs (1)
101runContext.FilterExpressionWrapper = !TestExecutionContext.TestCaseFilter.IsNullOrEmpty()
NullableHelpers.cs (1)
19/// <inheritdoc cref="StringUtils.IsNullOrEmpty(string)"/>
PostProcessing\ArtifactProcessingManager.cs (2)
91if (_testSessionCorrelationId.IsNullOrEmpty()) 134if (_testSessionCorrelationId.IsNullOrEmpty())
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
116if (!objectTypeLocation.IsNullOrEmpty())
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
116if (!objectTypeLocation.IsNullOrEmpty())
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
116if (!objectTypeLocation.IsNullOrEmpty())