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