Implemented interface member:
1 override of Contains
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
656public override bool Contains(object key)
5 references to Contains
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3334if (!importList.Contains(import.Namespace))
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
260if (_lockList.Contains(schema.SchemaId))
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (2)
660return _list.Contains(key); 935return sortedList.Contains(key!);
System.Private.Xml (1)
System\Xml\Schema\Preprocessor.cs (1)
242if (_lockList.Contains(schema.SchemaId))