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