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