12 references to IsLogging
System.ComponentModel.Composition (3)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (3)
21get { return Debugger.IsLogging(); } 26get { return Debugger.IsLogging(); } 46if (!Debugger.IsLogging())
System.ComponentModel.Composition.Registration (3)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (3)
21get { return Debugger.IsLogging(); } 26get { return Debugger.IsLogging(); } 46if (!Debugger.IsLogging())
System.Composition.Convention (3)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (3)
21get { return Debugger.IsLogging(); } 26get { return Debugger.IsLogging(); } 46if (!Debugger.IsLogging())
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebugProvider.Unix.cs (1)
50if (Debugger.IsLogging())
System\Diagnostics\Debugger.cs (1)
51if (IsLogging())
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1898if (Debugger.IsLogging())