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