7 references to FindIndex
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\ActivityTagsCollection.cs (7)
65
int index =
FindIndex
(key);
76
int index =
FindIndex
(key);
152
int index =
FindIndex
(key);
172
int index =
FindIndex
(item.Key);
193
public bool ContainsKey(string key) =>
FindIndex
(key) >= 0;
229
int index =
FindIndex
(key);
254
int index =
FindIndex
(key);