5 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
;