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