35 references to PreferImplicitTypeWithInfo
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (35)
ConvertAnonymousType\ConvertAnonymousTypeToClassTests.cs (31)
73
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
128
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
155
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
());
393
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
420
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
());
473
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
502
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
());
567
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
624
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
681
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
746
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
797
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
850
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
919
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
972
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1025
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1078
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1107
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
());
1166
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1217
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1244
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
());
1295
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1358
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1421
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1484
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1547
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1598
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1649
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1700
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1758
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
1820
await TestInRegularAndScriptAsync(text, expected, options: this.
PreferImplicitTypeWithInfo
(), parseOptions: CSharp8);
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
1081
await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, options: this.
PreferImplicitTypeWithInfo
());
1100
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferImplicitTypeWithInfo
()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
614
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferImplicitTypeWithInfo
()));
629
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferImplicitTypeWithInfo
()));