4 references to PreferExplicitTypeWithError
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
900
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferExplicitTypeWithError
()));
918
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferExplicitTypeWithError
()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
491
await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, new(options: this.
PreferExplicitTypeWithError
()));
505
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferExplicitTypeWithError
()));