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