4 references to PreferExplicitTypeWithError
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
CodeRefactorings\UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
1087await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithError())); 1105await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithError()));
CodeRefactorings\UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
620await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, options: this.PreferExplicitTypeWithError()); 634await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithError()));