14 references to IsEmpty
Microsoft.CodeAnalysis (14)
Compilation\Compilation.cs (4)
800
if (references.
IsEmpty
())
830
if (references.
IsEmpty
())
2511
if (!embeddedTexts.
IsEmpty
())
2901
!embeddedTexts.
IsEmpty
() &&
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
970
compilation.SyntaxTrees.
IsEmpty
())
1054
if (suppressableDiagnostics.
IsEmpty
())
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
72
Debug.Assert(intersected.
IsEmpty
());
InternalUtilities\SpecializedCollections.Empty.Set.cs (3)
39
return !other.
IsEmpty
();
54
return other.
IsEmpty
();
64
return other.
IsEmpty
();
MetadataReader\PEModule.cs (2)
724
Debug.Assert(left.
IsEmpty
() && right.
IsEmpty
());
ReferenceManager\CommonReferenceManager.Binding.cs (1)
1064
return !assembly.GetInternalsVisibleToPublicKeys(compilationName).
IsEmpty
();
Syntax\SyntaxNodeOrTokenList.cs (1)
335
if (nodesAndTokens.
IsEmpty
())