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