4 references to PreferImplicitTypeWithError
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
1091await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, options: this.PreferImplicitTypeWithError()); 1104await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferImplicitTypeWithError()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
616await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferImplicitTypeWithError())); 633await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferImplicitTypeWithError()));