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