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