8 references to options
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (8)
src\Analyzers\CSharp\Tests\GenerateConstructor\GenerateConstructorTests.cs (8)
3898
""", new(options:
options
.FieldNamesAreCamelCaseWithUnderscorePrefix));
3931
""", new(options:
options
.FieldNamesAreCamelCaseWithUnderscorePrefix));
3962
""", new(options:
options
.MergeStyles(
options
.FieldNamesAreCamelCaseWithUnderscorePrefix,
options
.ParameterNamesAreCamelCaseWithPUnderscorePrefix)));
3998
""", new(options:
options
.MergeStyles(
options
.FieldNamesAreCamelCaseWithUnderscorePrefix,
options
.ParameterNamesAreCamelCaseWithPUnderscorePrefix)));