22 references to FieldNamesAreCamelCaseWithUnderscorePrefix
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (18)
Diagnostics\GenerateType\GenerateTypeTests.cs (1)
2894
index: 1, options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
);
GenerateConstructor\GenerateConstructorTests.cs (4)
4172
""", options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
);
4207
""", options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
);
4240
""", options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefix));
4278
""", options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefix));
ImplementInterface\ImplementInterfaceTests.cs (1)
7366
_options.
FieldNamesAreCamelCaseWithUnderscorePrefix
,
InitializeParameter\InitializeMemberFromParameterTests.cs (11)
1047
""", index: 1, parameters: new TestParameters(options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));
1072
""", index: 1, parameters: new TestParameters(options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));
1097
""", index: 1, parameters: new TestParameters(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefixAndUnderscoreEndSuffix)));
1122
""", index: 1, parameters: new TestParameters(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefixAndUnderscoreEndSuffix)));
1147
""", index: 1, parameters: new TestParameters(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefix)));
1299
""", index: 0, parameters: new TestParameters(options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));
1326
""", index: 0, parameters: new TestParameters(options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));
1353
""", index: 0, parameters: new TestParameters(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefixAndUnderscoreEndSuffix)));
1380
""", index: 0, parameters: new TestParameters(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefixAndUnderscoreEndSuffix)));
1407
""", index: 0, parameters: new TestParameters(options: options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefixAndUnderscoreEndSuffix)));
1606
""", index: 1, parameters: new TestParameters(options: options.
FieldNamesAreCamelCaseWithUnderscorePrefix
));
NamingStylesTests.cs (1)
125
options: s_options.
FieldNamesAreCamelCaseWithUnderscorePrefix
);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)
Diagnostics\GenerateType\GenerateTypeTests.vb (1)
1856
index:=1, options:=options.
FieldNamesAreCamelCaseWithUnderscorePrefix
)
GenerateConstructor\GenerateConstructorTests.vb (3)
2043
End Class", options:=options.
FieldNamesAreCamelCaseWithUnderscorePrefix
)
2071
End Class", options:=options.
FieldNamesAreCamelCaseWithUnderscorePrefix
)
2094
End Class", options:=options.MergeStyles(options.
FieldNamesAreCamelCaseWithUnderscorePrefix
, options.ParameterNamesAreCamelCaseWithPUnderscorePrefix))