Implemented interface member:
2 references to Contains
Microsoft.DotNet.Internal.DependencyInjection.Testing (1)
DependencyInjectionValidation.cs (1)
260
return s_exemptTypes.
Contains
(type.FullName) || s_exemptNamespaces.Any(n => type.FullName.StartsWith(n));
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.cs (1)
1021
bool IList.Contains(object? value) => IsCompatibleObject(value) && this.
Contains
((T)value!);