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