6 references to Info
Microsoft.CodeAnalysis.LanguageServer (1)
Testing\RunTestsHandler.cs (1)
161
Microsoft.Extensions.Logging.LogLevel.Information => TraceLevel.
Info
,
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceSwitch.cs (1)
65
public bool TraceInfo => Level >= TraceLevel.
Info
;
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (3)
644
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside SyncHwndSrcImeStatus(), this = " + this);
702
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside OnHwndSrcWmInputLangChange(), this = " + this);
731
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside OnHwndSrcWmImeNotify(), this = " + this);
System\Windows\Integration\WindowsFormsHost.cs (1)
92
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside SyncChildImeEnabledContext(), this = " + this);