5 references to IsNullOrEmpty
Microsoft.CodeAnalysis (5)
Binding\BindingDiagnosticBag.cs (3)
153if (!dependencies.IsNullOrEmpty() && DependenciesBag is object) 227if (!useSiteInfo.Diagnostics.IsNullOrEmpty()) 245else if (useSiteInfo.AccumulatesDiagnostics && !useSiteInfo.Diagnostics.IsNullOrEmpty())
Binding\UseSiteInfo.cs (2)
288if (!diagnostics.IsNullOrEmpty()) 359if (!_hasErrors && AccumulatesDependencies && !dependencies.IsNullOrEmpty() &&