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