5 references to PrimaryDiagnostic
Microsoft.CodeAnalysis.Workspaces (5)
CodeFixes\CodeFix.cs (5)
27/// light bulb menu. We also group all fixes with the same <see cref="PrimaryDiagnostic"/> together (into a single 33/// cref="PrimaryDiagnostic"/>. 35/// Implementation-wise the <see cref="PrimaryDiagnostic"/> is always the first diagnostic that the <see 39/// some other heuristic to determine the <see cref="PrimaryDiagnostic"/>. 60var diagnostic = PrimaryDiagnostic;