2 references to MissingAttribute
Roslyn.Diagnostics.Analyzers (2)
ImportingConstructorShouldBeObsolete.cs (2)
162
context.ReportDiagnostic(importingConstructorAttributeData.ApplicationSyntaxReference.CreateDiagnostic(Rule, ScenarioProperties.
MissingAttribute
, context.CancellationToken, namedType.Name));
179
public static readonly ImmutableDictionary<string, string?> MissingAttribute = ImmutableDictionary.Create<string, string?>().Add(nameof(Scenario), nameof(
MissingAttribute
));