2 references to MissingAttribute
Roslyn.Diagnostics.Analyzers (2)
ExportedPartsShouldHaveImportingConstructor.cs (2)
146var properties = Equals(constructor, missingImportingConstructor) ? ScenarioProperties.MissingAttribute : ScenarioProperties.MultipleConstructors; 166public static readonly ImmutableDictionary<string, string?> MissingAttribute = ImmutableDictionary.Create<string, string?>().Add(nameof(Scenario), nameof(MissingAttribute));