7 references to FindIndex
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\ActivityTagsCollection.cs (7)
62
int index =
FindIndex
(key);
70
int index =
FindIndex
(key);
143
int index =
FindIndex
(key);
163
int index =
FindIndex
(item.Key);
184
public bool ContainsKey(string key) =>
FindIndex
(key) >= 0;
217
int index =
FindIndex
(key);
242
int index =
FindIndex
(key);