Implemented interface member:
13 references to Contains
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
920SuppressedDiagnosticIdsForUnsuppressedAnalyzers.Contains(descriptor.Id); 980!_diagnosticsProcessedForProgrammaticSuppressions.Contains(d));
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilation.cs (1)
2453if (_lazyUsedAssemblyReferences?.Contains(assembly) == true ||
Symbols\Compilation_UsedAssemblies.cs (2)
42if (symbol is object && usedAssemblies.Contains((AssemblySymbol)symbol) && 189if (!underlyingDependency.IsLinked && usedAssemblies.Contains(underlyingDependency))
Symbols\Source\SourceAssemblySymbol.cs (2)
1624return _lazyOmittedAttributeIndices != null && _lazyOmittedAttributeIndices.Contains(index); 2673bool unread = _unreadFields.Contains(field);
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
1997if (SymbolsStarted.Contains(member)) 2021if (symbolsEnded.Contains(container))
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (2)
121If Not filter.Contains(pair.Key) Then 209If allSymbols.Contains(symbol) Then
Symbols\UsedAssemblies.vb (2)
32If symbol IsNot Nothing AndAlso usedAssemblies.Contains(DirectCast(symbol, AssemblySymbol)) Then 147If Not underlyingDependency.IsLinked AndAlso usedAssemblies.Contains(underlyingDependency) Then