4 references to PreferImplicitTypeWithError
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
904
await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, new(options: this.
PreferImplicitTypeWithError
()));
917
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferImplicitTypeWithError
()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
487
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferImplicitTypeWithError
()));
504
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferImplicitTypeWithError
()));