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