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