3 references to Warning
Microsoft.CodeAnalysis.LanguageServer (1)
Testing\RunTestsHandler.cs (1)
163
Microsoft.Extensions.Logging.LogLevel.Warning => TraceLevel.
Warning
,
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
505
case Diagnostics.TraceLevel.
Warning
:
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceSwitch.cs (1)
58
public bool TraceWarning => Level >= TraceLevel.
Warning
;