1 override of Category
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
64internal override string Category
2 references to Category
Microsoft.CodeAnalysis (1)
CommandLine\SarifErrorLogger.cs (1)
89Debug.Assert(diagnostic.Category == diagnostic.Descriptor.Category);
Microsoft.CodeAnalysis.Features (1)
Copilot\CopilotChangeAnalysis.cs (1)
33/// <param name="CategoryToCount">Mapping from <see cref="Diagnostic.Category"/> to the number of diagnostics produced for that category.</param>