36 references to PreferImplicitTypeWithInfo
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (36)
ConvertAnonymousType\ConvertAnonymousTypeToClassTests.cs (31)
70""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 121""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 144""", new(options: this.PreferImplicitTypeWithInfo())); 366""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 389""", new(options: this.PreferImplicitTypeWithInfo())); 438""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 463""", new(options: this.PreferImplicitTypeWithInfo())); 524""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 577""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 630""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 691""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 738""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 787""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 848""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 897""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 946""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 995""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1020""", new(options: this.PreferImplicitTypeWithInfo())); 1075""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1122""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1145""", new(options: this.PreferImplicitTypeWithInfo())); 1192""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1251""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1310""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1369""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1428""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1475""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1522""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1569""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1623""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8)); 1681""", new(options: this.PreferImplicitTypeWithInfo(), parseOptions: CSharp8));
src\Analyzers\CSharp\Tests\UseSystemHashCode\UseSystemHashCodeTests.cs (1)
1282""", new TestParameters(options: this.PreferImplicitTypeWithInfo()));
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
894await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, new(options: this.PreferImplicitTypeWithInfo())); 913await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferImplicitTypeWithInfo()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
485await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferImplicitTypeWithInfo())); 500await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferImplicitTypeWithInfo()));