6 references to FieldNamesAreCamelCaseWithUnderscorePrefix
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (6)
src\Analyzers\CSharp\Tests\GenerateConstructor\GenerateConstructorTests.cs (4)
3897
""", new(options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));
3930
""", new(options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));
3961
""", new(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefix)));
3997
""", new(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefix)));
src\Analyzers\CSharp\Tests\ImplementInterface\ImplementInterfaceCodeFixTests.cs (1)
7115
_options.
FieldNamesAreCamelCaseWithUnderscorePrefix
,
src\Analyzers\CSharp\Tests\NamingStyles\NamingStylesTests.cs (1)
125
new(options: s_options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));