8 references to options
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (8)
src\Analyzers\CSharp\Tests\GenerateConstructor\GenerateConstructorTests.cs (8)
4100
""", options:
options
.FieldNamesAreCamelCaseWithUnderscorePrefix);
4135
""", options:
options
.FieldNamesAreCamelCaseWithUnderscorePrefix);
4168
""", options:
options
.MergeStyles(
options
.FieldNamesAreCamelCaseWithUnderscorePrefix,
options
.ParameterNamesAreCamelCaseWithPUnderscorePrefix));
4206
""", options:
options
.MergeStyles(
options
.FieldNamesAreCamelCaseWithUnderscorePrefix,
options
.ParameterNamesAreCamelCaseWithPUnderscorePrefix));