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