2 writes to _enabledInRegistry
WindowsBase (2)
Base\MS\Internal\AvTrace.cs (2)
68
_enabledInRegistry
= null;
246
_enabledInRegistry
= enabled;
2 references to _enabledInRegistry
WindowsBase (2)
Base\MS\Internal\AvTrace.cs (2)
230
if(
_enabledInRegistry
== null )
250
return (bool)
_enabledInRegistry
;