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