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 },
269
return 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)
638
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside SyncHwndSrcImeStatus(), this = " + this);
696
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside OnHwndSrcWmInputLangChange(), this = " + this);
725
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside OnHwndSrcWmImeNotify(), this = " + this);
System\Windows\Integration\WindowsFormsHost.cs (1)
89
Debug.WriteLineIf(HostUtils.ImeMode.Level >= TraceLevel.
Info
, "Inside SyncChildImeEnabledContext(), this = " + this);