Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
9 references to Contains
Microsoft.AspNetCore.Razor.Test (1)
TagHelpers\ReadOnlyTagHelperAttributeListTest.cs (1)
307var contains = attributes.Contains(attributeToLookup);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\ExpressionEvaluator\Core\Source\ResultProvider\Formatter.cs (1)
283if (formatSpecifiers.Contains(formatSpecifier))
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\ExpressionEvaluator\Core\Source\ResultProvider\Formatter.cs (1)
283if (formatSpecifiers.Contains(formatSpecifier))
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1220 if (CurrentItem != null && shellItems.Contains(CurrentItem))
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
797If Not (commandLineArgs.Contains("/nosplash") OrElse Me.CommandLineArgs.Contains("-nosplash")) Then
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
204return Contains((T)value!);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionList.cs (2)
38if (originalMethods.Contains(info)) 55if (originalProperties.Contains(info))
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
929if (XamlLanguage.AllTypes.Contains(type))