11 references to IsEmpty
Microsoft.CodeAnalysis (11)
Compilation\Compilation.cs (4)
802if (references.IsEmpty()) 832if (references.IsEmpty()) 2513if (!embeddedTexts.IsEmpty()) 2903!embeddedTexts.IsEmpty() &&
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
969compilation.SyntaxTrees.IsEmpty()) 1053if (suppressableDiagnostics.IsEmpty())
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
84Debug.Assert(intersected.IsEmpty());
MetadataReader\PEModule.cs (2)
739Debug.Assert(left.IsEmpty() && right.IsEmpty());
ReferenceManager\CommonReferenceManager.Binding.cs (1)
1064return !assembly.GetInternalsVisibleToPublicKeys(compilationName).IsEmpty();
Syntax\SyntaxNodeOrTokenList.cs (1)
336if (nodesAndTokens.IsEmpty())