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