6 references to IsNullOrEmpty
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.cs (1)
481ProjectErrorUtilities.VerifyThrowInvalidProject(!itemVector.ItemType.IsNullOrEmpty(), elementLocation, "InvalidFunctionPropertyExpression");
Evaluation\Expander.ItemExpander.Transforms.cs (1)
673if (!include.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()