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