8 references to IsNullOrEmpty
Microsoft.CodeAnalysis (3)
Binding\BindingDiagnosticBag.cs (1)
144if (!dependencies.IsNullOrEmpty() && DependenciesBag is object)
Binding\UseSiteInfo.cs (2)
269if (!diagnostics.IsNullOrEmpty()) 352if (!_hasErrors && AccumulatesDependencies && !dependencies.IsNullOrEmpty() &&
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_UsedAssemblies.cs (1)
229if (!assemblies.IsNullOrEmpty())
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\BindingDiagnosticBag.vb (1)
75Return (DiagnosticBag Is Nothing OrElse DiagnosticBag.IsEmptyWithoutResolution) AndAlso DependenciesBag.IsNullOrEmpty()
Symbols\Source\SourceModuleSymbol.vb (2)
863Return diagBag.DependenciesBag.IsNullOrEmpty() AndAlso 1049If Not diagBag.DependenciesBag.IsNullOrEmpty() Then
Symbols\UsedAssemblies.vb (1)
182If Not assemblies.IsNullOrEmpty() Then