2 references to Remove
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticListener.cs (2)
292
DiagnosticSubscription? newSubscriptions =
Remove
(subscriptions, this); // Make a new list, with myself removed.
328
return new DiagnosticSubscription() { Observer = subscriptions.Observer, Owner = subscriptions.Owner, IsEnabled1Arg = subscriptions.IsEnabled1Arg, IsEnabled3Arg = subscriptions.IsEnabled3Arg, Next =
Remove
(subscriptions.Next, subscription) };