3 references to NamingStylesTestOptionSets
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (3)
src\Analyzers\CSharp\Tests\GenerateConstructor\GenerateConstructorTests.cs (1)
28
private readonly NamingStylesTestOptionSets options = new
NamingStylesTestOptionSets
(LanguageNames.CSharp);
src\Analyzers\CSharp\Tests\ImplementInterface\ImplementInterfaceCodeFixTests.cs (1)
29
private readonly NamingStylesTestOptionSets _options =
new
(LanguageNames.CSharp);
src\Analyzers\CSharp\Tests\NamingStyles\NamingStylesTests.cs (1)
24
private static readonly NamingStylesTestOptionSets s_options =
new
(LanguageNames.CSharp);