4 references to IsNullOrWhiteSpace
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestSender.cs (1)
192
if (dataCollectionMessageEventArgs.FriendlyName.
IsNullOrWhiteSpace
())
Microsoft.TestPlatform.CrossPlatEngine (3)
EventHandlers\TestRequestHandler.cs (3)
113
var currentProcessDirectory = !currentProcessPath.
IsNullOrWhiteSpace
()
119
if (!localPath.
IsNullOrWhiteSpace
()
120
&& !remotePath.
IsNullOrWhiteSpace
())