4 references to IsNullOrEmpty
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (1)
819string threadDisplay = threadName.IsNullOrEmpty()
EscapingUtilities.cs (2)
106if (value.IsNullOrEmpty()) 191if (value.IsNullOrEmpty())
MSBuild.Coordinator (1)
CoordinatorServer.DefaultDebugOutput.cs (1)
74string threadDisplay = threadName.IsNullOrEmpty()