13 references to Information
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
183
else if ((codeGenSwitch.Level & SourceLevels.
Information
) == SourceLevels.
Information
)
System.ServiceModel (3)
System\ServiceModel\Diagnostics\MessageLogger.cs (1)
731
tempSource.Switch.Level = SourceLevels.
Information
;
System\ServiceModel\Dispatcher\CodeGenerator.cs (2)
63
else if ((codeGenSwitch.Level & SourceLevels.
Information
) == SourceLevels.
Information
)
System.ServiceModel.Internals (3)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (3)
99
if (((level & ~SourceLevels.
Information
) & SourceLevels.Verbose) != 0)
103
else if (((level & ~SourceLevels.Warning) & SourceLevels.
Information
) != 0)
105
level |= SourceLevels.
Information
;
System.Transactions (3)
System\Transactions\Trace\DiagnosticTrace.cs (3)
119
if (((level & ~SourceLevels.
Information
) & SourceLevels.Verbose) != 0)
123
else if (((level & ~SourceLevels.Warning) & SourceLevels.
Information
) != 0)
125
level |= SourceLevels.
Information
;
WsatConfig (1)
Configuration\Utilities.cs (1)
112
level = SourceLevels.
Information
;
WsatUI (1)
Configuration\Utilities.cs (1)
112
level = SourceLevels.
Information
;