3 references to IndexOf
System.DirectoryServices (3)
System\DirectoryServices\SchemaNameCollection.cs (3)
104
public bool Contains(string? value) =>
IndexOf
(value) != -1;
157
int index =
IndexOf
(value);
202
int IList.IndexOf(object? value) =>
IndexOf
((string?)value);