3 references to IsNullOrEmpty
Microsoft.CodeAnalysis (1)
Binding\BindingDiagnosticBag.cs (1)
164if (!dependencies.IsNullOrEmpty() && DependenciesBag is object)
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1574if (useSiteInfo.DiagnosticInfo is object || !useSiteInfo.SecondaryDependencies.IsNullOrEmpty())
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
947if (result.DiagnosticInfo is not null || !result.SecondaryDependencies.IsNullOrEmpty())