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