Home
last modified time | relevance | path

Searched refs:TraceSwitch (Results 1 – 25 of 140) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DSwitchesTest.cs96 private static TraceSwitch toff = new TraceSwitch ("trace-off", "");
97 private static TraceSwitch terror = new TraceSwitch ("trace-error", "");
98 private static TraceSwitch twarning = new TraceSwitch ("trace-warning", "");
99 private static TraceSwitch tinfo = new TraceSwitch ("trace-info", "");
100 private static TraceSwitch tverbose = new TraceSwitch ("trace-verbose", "");
101 private static TraceSwitch tdefault = new TraceSwitch ("no-value", "");
102 private static TraceSwitch tsv = new TraceSwitch ("string-value", "");
103 private static TraceSwitch tnegative = new TraceSwitch ("trace-negative", "");
137 private void CheckTraceSwitch (TraceSwitch ts, bool te, bool tw, bool ti, bool tv) in CheckTraceSwitch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DDiagnosticsSwitches.cs12 private static volatile TraceSwitch s_xmlSchema;
14 private static volatile TraceSwitch s_xmlSerialization;
15 private static volatile TraceSwitch s_xslTypeInference;
30 public static TraceSwitch XmlSchema
36 … s_xmlSchema = new TraceSwitch("XmlSchema", "Enable tracing for the XmlSchema class.");
54 public static TraceSwitch XmlSerialization
60 …s_xmlSerialization = new TraceSwitch("XmlSerialization", "Enable tracing for the System.Xml.Serial…
66 public static TraceSwitch XslTypeInference
72 …s_xslTypeInference = new TraceSwitch("XslTypeInference", "Enable tracing for the XSLT type inferen…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DDiagnosticsSwitches.cs17 private static volatile TraceSwitch xmlSchema;
20 private static volatile TraceSwitch xmlSerialization;
21 private static volatile TraceSwitch xslTypeInference;
33 public static TraceSwitch XmlSchema {
36 … xmlSchema = new TraceSwitch("XmlSchema", "Enable tracing for the XmlSchema class.");
60 public static TraceSwitch XmlSerialization {
63 …xmlSerialization = new TraceSwitch("XmlSerialization", "Enable tracing for the System.Xml.Serializ…
69 public static TraceSwitch XslTypeInference {
72 …xslTypeInference = new TraceSwitch("XslTypeInference", "Enable tracing for the XSLT type inference…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/tests/
H A DTraceSwitchClassTests.cs14 var item = new TraceSwitch("SwitchName", "Description"); in ConstructorTest()
15 item = new TraceSwitch("SwitchName", null); in ConstructorTest()
17 item = new TraceSwitch(null, null); in ConstructorTest()
24 var item = new TraceSwitch("SwitchName", "Description", "Error"); in ConstructorTest2()
26 item = new TraceSwitch("SwitchName", null, "warning"); in ConstructorTest2()
28 item = new TraceSwitch("Name", null, "NO_EXIST"); in ConstructorTest2()
30 item = new TraceSwitch("Name", null, null); in ConstructorTest2()
39 var item = new TraceSwitch("SwitchName", "Description", "Error"); in LevelTest()
51 var item = new TraceSwitch("SwitchName", "Description"); in TraceLevelTest()
59 class TestTraceSwitch : TraceSwitch
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/ComponentModel/
H A DCompModSwitches.cs14 private static TraceSwitch dynamicDiscoSearcher;
16 private static TraceSwitch remote;
27 public static TraceSwitch DynamicDiscoverySearcher {
30 …dynamicDiscoSearcher = new TraceSwitch("DynamicDiscoverySearcher", "Enable tracing for the Dynamic…
45 public static TraceSwitch Remote {
48 … remote = new TraceSwitch("Microsoft.WFC.Remote", "Enable tracing for remote method calls.");
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DAdapterSwitches.cs17 static private TraceSwitch _dataSchema;
19 static internal TraceSwitch DataSchema {
21 TraceSwitch dataSchema = _dataSchema;
23 … _dataSchema = dataSchema = new TraceSwitch("Data.Schema", "Enable tracing for schema actions.");
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/
H A DAdapterSwitches.cs12 private static TraceSwitch s_dataSchema;
14 internal static TraceSwitch DataSchema
18 TraceSwitch dataSchema = s_dataSchema;
21 … s_dataSchema = dataSchema = new TraceSwitch("Data.Schema", "Enable tracing for schema actions.");
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DCompModSwitches.cs11 private static volatile TraceSwitch s_eventLog;
13 public static TraceSwitch EventLog
19 … s_eventLog = new TraceSwitch(nameof(EventLog), "Enable tracing for the EventLog component.");
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/misc/
H A DCompModSwitches.cs15 private static TraceSwitch s_handleLeak;
17 public static TraceSwitch HandleLeak
23 … s_handleLeak = new TraceSwitch("HANDLELEAK", "HandleCollector: Track Win32 Handle Leaks");
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DCompModSwitches.cs22 private static volatile TraceSwitch eventLog;
33 public static TraceSwitch EventLog {
36 … eventLog = new TraceSwitch("EventLog", "Enable tracing for the EventLog component.");
H A DDebugReflectPropertyDescriptor.cs72 …private static TraceSwitch PropDescCreateSwitch = new TraceSwitch("PropDescCreate", "DebugReflectP…
73 …private static TraceSwitch PropDescUsageSwitch = new TraceSwitch("PropDescUsage", "DebugReflectPr…
74 …private static TraceSwitch PropDescSwitch = new TraceSwitch("PropDesc", "DebugReflectPropert…
H A DReflectPropertyDescriptor.cs65 …private static TraceSwitch PropDescCreateSwitch = new TraceSwitch("PropDescCreate", "ReflectProper…
66 …private static TraceSwitch PropDescUsageSwitch = new TraceSwitch("PropDescUsage", "ReflectPropert…
68 …private static TraceSwitch PropDescSwitch = new TraceSwitch("PropDesc", "ReflectPropertyDesc…
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/JsonRpc/
H A DJsonRpcTrace.cs38 … private static readonly TraceSwitch _switch = new TraceSwitch("JSON-RPC", "JSON-RPC tracing");
45 public static TraceSwitch Switch
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/src/System/Diagnostics/
H A DTraceSwitch.cs13 public class TraceSwitch : Switch class
18 public TraceSwitch(string displayName, string description) in TraceSwitch() method in System.Diagnostics.TraceSwitch
23 public TraceSwitch(string displayName, string description, string defaultSwitchValue) in TraceSwitch() method in System.Diagnostics.TraceSwitch
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/diagnostics/
H A DTraceSwitch.cs21 public class TraceSwitch : Switch { class
26 public TraceSwitch(string displayName, string description) in TraceSwitch() method in System.Diagnostics.TraceSwitch
30 public TraceSwitch(string displayName, string description, string defaultSwitchValue) in TraceSwitch() method in System.Diagnostics.TraceSwitch
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/
H A DLZOCompressor.cs34 …private static TraceSwitch _traceSwitch = new TraceSwitch("Simplicit.Net.Lzo", "Switch for tracing…
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/core/
H A DNTrace.cs11 private readonly static TraceSwitch Level = new TraceSwitch( "NTrace", "NUnit internal trace" );
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DDesigntimeLicenseContext.cs57 …private static TraceSwitch s_runtimeLicenseContextSwitch = new TraceSwitch("RuntimeLicenseContextT…
H A DServiceObjectContainer.cs22 …private static TraceSwitch s_TRACESERVICE = new TraceSwitch("TRACESERVICE", "ServiceProvider: Trac…
/dports/graphics/jogamp-jogl/jogl/make/scripts/
H A Dtests-x64-dbg.bat32 …ll" "-Djogl.debug.windows.cpu_affinity_mode=0" "-Djogl.debug.GLContext.TraceSwitch" "-Djogl.debug.…
33 … "-Dnewt.debug=all" "-Dnativewindow.debug=all" "-Djogl.debug.GLContext.TraceSwitch" "-Djogl.debug.…
65 …Djogl.debug.Animator" "-Djogl.debug.GLContext" "-Djogl.debug.GLContext.TraceSwitch" "-Djogl.debug.…
66 …Djogl.debug.Animator" "-Djogl.debug.GLContext" "-Djogl.debug.GLContext.TraceSwitch" "-Djogl.window…
67 …bug.GLCanvas" "-Djogl.debug.Animator" "-Djogl.debug.GLContext" "-Djogl.debug.GLContext.TraceSwitch"
H A Dtests-x32-dbg.bat35 …ll" "-Djogl.debug.windows.cpu_affinity_mode=0" "-Djogl.debug.GLContext.TraceSwitch" "-Djogl.debug.…
36 … "-Dnewt.debug=all" "-Dnativewindow.debug=all" "-Djogl.debug.GLContext.TraceSwitch" "-Djogl.debug.…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DServiceObjectContainer.cs26 …private static TraceSwitch TRACESERVICE = new TraceSwitch("TRACESERVICE", "ServiceProvider: Trace …
H A DDesigntimeLicenseContext.cs63 …private static TraceSwitch RuntimeLicenseContextSwitch = new TraceSwitch("RuntimeLicenseContextTra…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/ref/
H A DSystem.Diagnostics.TraceSource.cs295 public partial class TraceSwitch : System.Diagnostics.Switch class
297 …public TraceSwitch(string displayName, string description) : base(default(string), default(string)… in TraceSwitch() method in System.Diagnostics.TraceSwitch
298 …public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base(defau… in TraceSwitch() method in System.Diagnostics.TraceSwitch
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DBufferedGraphicsContext.Windows.cs34 private static TraceSwitch s_doubleBuffering;
57 internal static TraceSwitch DoubleBuffering
63 …s_doubleBuffering = new TraceSwitch("DoubleBuffering", "Output information about double buffering"…

123456