20 references to IsEmpty
Microsoft.CodeAnalysis (11)
Compilation\Compilation.cs (4)
821
if (references.
IsEmpty
())
851
if (references.
IsEmpty
())
2532
if (!embeddedTexts.
IsEmpty
())
2922
!embeddedTexts.
IsEmpty
() &&
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
980
compilation.SyntaxTrees.
IsEmpty
())
1064
if (suppressableDiagnostics.
IsEmpty
())
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
85
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
())
Microsoft.CodeAnalysis.CSharp (9)
Compilation\CSharpCompilation.cs (2)
934
if (trees.
IsEmpty
())
1007
if (trees.
IsEmpty
())
Emitter\Model\NamedTypeSymbolAdapter.cs (3)
313
if (definition.ShouldInclude(context) || !definition.GetAccessors(context).
IsEmpty
())
696
if (definition.ShouldInclude(context) || !definition.GetAccessors(context).
IsEmpty
())
708
if (m.ShouldInclude(context) || !m.GetAccessors(context).
IsEmpty
())
Symbols\Source\ExtensionGroupingInfo.cs (1)
779
if (definition.ShouldInclude(context) || !definition.GetAccessors(context).
IsEmpty
())
Symbols\Source\SourceAssemblySymbol.cs (1)
2163
if (!potentialGiverOfAccess.GetInternalsVisibleToPublicKeys(this.Name).
IsEmpty
())
Symbols\TypeMap.cs (2)
89
Debug.Assert(s_emptyDictionary.
IsEmpty
());
97
Debug.Assert(s_emptyTypeMap.Mapping.
IsEmpty
());