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