2 writes to IsEnabled1Arg
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticListener.cs (2)
328return new DiagnosticSubscription() { Observer = subscriptions.Observer, Owner = subscriptions.Owner, IsEnabled1Arg = subscriptions.IsEnabled1Arg, IsEnabled3Arg = subscriptions.IsEnabled3Arg, Next = Remove(subscriptions.Next, subscription) }; 441IsEnabled1Arg = isEnabled1Arg,
7 references to IsEnabled1Arg
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\DiagnosticListener.cs (7)
232if (curSubscription.IsEnabled1Arg == null || curSubscription.IsEnabled1Arg(name)) 301Debug.Assert(!(cur.Observer == Observer && cur.IsEnabled1Arg == IsEnabled1Arg && cur.IsEnabled3Arg == IsEnabled3Arg), "Did not remove subscription!"); 320subscriptions.IsEnabled1Arg == subscription.IsEnabled1Arg && 328return new DiagnosticSubscription() { Observer = subscriptions.Observer, Owner = subscriptions.Owner, IsEnabled1Arg = subscriptions.IsEnabled1Arg, IsEnabled3Arg = subscriptions.IsEnabled3Arg, Next = Remove(subscriptions.Next, subscription) };