10 references to IsNullOrEmpty
Microsoft.TestPlatform.CommunicationUtilities (4)
DataCollectionRequestSender.cs (2)
122var message = !rawMessage.IsNullOrEmpty() ? _dataSerializer.DeserializeMessage(rawMessage) : null; 164var message = !rawMessage.IsNullOrEmpty() ? _dataSerializer.DeserializeMessage(rawMessage) : null;
SocketCommunicationManager.cs (2)
290return !rawMessage.IsNullOrEmpty() 307return !rawMessage.IsNullOrEmpty()
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\TestRequestHandler.cs (2)
365if (!StringUtils.IsNullOrEmpty(EqtTrace.LogFile)) 369else if (!StringUtils.IsNullOrEmpty(EqtTrace.ErrorOnInitialization))
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
ConsoleParameters.cs (1)
76if (!directoryPath.IsNullOrEmpty() && !_fileHelper.DirectoryExists(directoryPath))
VsTestConsoleProcessManager.cs (3)
272if (!parameters.LogFilePath.IsNullOrEmpty()) 288? _dotnetExePath.IsNullOrEmpty() 294=> path.IsNullOrEmpty() ? path : $"\"{path.Trim('"')}\"";