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