3 references to IsNullOrEmpty
Microsoft.CodeAnalysis (1)
Binding\BindingDiagnosticBag.cs (1)
166
if (!dependencies.
IsNullOrEmpty
() && DependenciesBag is object)
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1469
if (useSiteInfo.DiagnosticInfo is object || !useSiteInfo.SecondaryDependencies.
IsNullOrEmpty
())
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
1208
If useSiteInfo.DiagnosticInfo IsNot Nothing OrElse Not useSiteInfo.SecondaryDependencies.
IsNullOrEmpty
() Then