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