4 references to CreateDiagnostic
Roslyn.Diagnostics.Analyzers (4)
DoNotMixAttributesFromDifferentVersionsOfMEF.cs (1)
128var diagnostic = problematicAttribute.ApplicationSyntaxReference.CreateDiagnostic(
ImportingConstructorShouldBeObsolete.cs (1)
137context.ReportDiagnostic(attributeData.ApplicationSyntaxReference.CreateDiagnostic(Rule, context.CancellationToken, namedType.Name));
PartsExportedWithMEFv2MustBeMarkedAsShared.cs (1)
72symbolContext.ReportDiagnostic(exportAttributeApplication.ApplicationSyntaxReference.CreateDiagnostic(Rule, symbolContext.CancellationToken, namedType.Name));
TestExportsShouldNotBeDiscoverable.cs (1)
96context.ReportDiagnostic(exportAttributeApplication.ApplicationSyntaxReference.CreateDiagnostic(Rule, context.CancellationToken, namedType.Name));