9 references to Info
Microsoft.TestPlatform.PlatformAbstractions (4)
common\Tracing\PlatformEqtTrace.cs (4)
43{ TraceLevel.Info, SourceLevels.Information }, 57{ SourceLevels.Information, TraceLevel.Info }, 72{ TraceLevel.Info, TraceEventType.Information }, 269return 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)
638Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside SyncHwndSrcImeStatus(), this = " + this); 696Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside OnHwndSrcWmInputLangChange(), this = " + this); 725Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside OnHwndSrcWmImeNotify(), this = " + this);
System\Windows\Integration\WindowsFormsHost.cs (1)
89Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.Info, "Inside SyncChildImeEnabledContext(), this = " + this);