Implemented interface member:
6 references to Contains
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
2326
if (elementTypesBuilder.
Contains
(null) || elementTypesBuilder.Count != arguments.Count)
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\DateAndTime\EmbeddedCompletionContext.cs (1)
117
if (!examples.
Contains
(example))
GenerateType\AbstractGenerateTypeService.cs (1)
205
isFixed.Add(!names.
Contains
(name));
src\Analyzers\Core\Analyzers\Helpers\HashCodeAnalyzer\HashCodeAnalyzer.OperationDeconstructor.cs (1)
191
if (_hashedSymbols.
Contains
(member))
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
267
: arrayBuilder.
Contains
(item);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ITypeSymbolExtensions.CollectTypeParameterSymbolsVisitor.cs (1)
84
if (!typeParameters.
Contains
(symbol))