8 references to options
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (8)
src\Analyzers\CSharp\Tests\GenerateConstructor\GenerateConstructorTests.cs (8)
3897
""", options:
options
.FieldNamesAreCamelCaseWithUnderscorePrefix);
3930
""", options:
options
.FieldNamesAreCamelCaseWithUnderscorePrefix);
3961
""", options:
options
.MergeStyles(
options
.FieldNamesAreCamelCaseWithUnderscorePrefix,
options
.ParameterNamesAreCamelCaseWithPUnderscorePrefix));
3997
""", options:
options
.MergeStyles(
options
.FieldNamesAreCamelCaseWithUnderscorePrefix,
options
.ParameterNamesAreCamelCaseWithPUnderscorePrefix));