6 references to Info
Microsoft.CodeAnalysis.LanguageServer (1)
Testing\RunTestsHandler.cs (1)
163Microsoft.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)
641Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside SyncHwndSrcImeStatus(), this = " + this); 699Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside OnHwndSrcWmInputLangChange(), this = " + this); 728Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside OnHwndSrcWmImeNotify(), this = " + this);
System\Windows\Integration\WindowsFormsHost.cs (1)
90Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside SyncChildImeEnabledContext(), this = " + this);