4 references to ScenarioProperties
Roslyn.Diagnostics.Analyzers (4)
ExportedPartsShouldHaveImportingConstructor.cs (4)
112Rule, ScenarioProperties.ImplicitConstructor, context.CancellationToken, namedType.Name)); 132Rule, ScenarioProperties.NonPublicConstructor, context.CancellationToken, namedType.Name)); 146var properties = Equals(constructor, missingImportingConstructor) ? ScenarioProperties.MissingAttribute : ScenarioProperties.MultipleConstructors;