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