1 write to WarningLevel
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticData.cs (1)
109WarningLevel = warningLevel;
10 references to WarningLevel
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_BuildSynchronization.cs (1)
177diagnostic.WarningLevel,
Microsoft.CodeAnalysis.Workspaces (5)
Diagnostics\DiagnosticData.cs (5)
126WarningLevel, CustomTags, Properties, ProjectId, location, additionalLocations, 152WarningLevel == other.WarningLevel && 165Hash.Combine(WarningLevel, 186IsEnabledByDefault, WarningLevel, IsSuppressed, Title, Description, HelpLink,
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\DiagnosticTableItem.cs (2)
71diagnostic.WarningLevel == otherDiagnostic.WarningLevel &&
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Diagnostics\DiagnosticTableDataSourceTests.vb (2)
693diagnostic1.WarningLevel, 717diagnostic2.WarningLevel,