12 references to Warning
System.ServiceModel.Internals (3)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (3)
103
else if (((level & ~SourceLevels.
Warning
) & SourceLevels.Information) != 0)
107
else if (((level & ~SourceLevels.Error) & SourceLevels.
Warning
) != 0)
109
level |= SourceLevels.
Warning
;
System.Transactions (4)
System\Transactions\Trace\DiagnosticTrace.cs (4)
123
else if (((level & ~SourceLevels.
Warning
) & SourceLevels.Information) != 0)
127
else if (((level & ~SourceLevels.Error) & SourceLevels.
Warning
) != 0)
129
level |= SourceLevels.
Warning
;
140
return (level & ~SourceLevels.
Warning
) != 0 ? level | SourceLevels.ActivityTracing : level;
WindowsBase (1)
Base\System\Diagnostics\PresentationTraceSources.cs (1)
144
source.Switch.Level = SourceLevels.
Warning
;
WsatConfig (2)
Configuration\Utilities.cs (1)
108
level = SourceLevels.
Warning
;
Configuration\WsatConfiguration.cs (1)
28
internal const SourceLevels DefaultTraceLevel = SourceLevels.
Warning
;
WsatUI (2)
Configuration\Utilities.cs (1)
108
level = SourceLevels.
Warning
;
Configuration\WsatConfiguration.cs (1)
28
internal const SourceLevels DefaultTraceLevel = SourceLevels.
Warning
;