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