4 references to PreferExplicitTypeWithWarning
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
899await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithWarning())); 916await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithWarning()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
490await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, new(options: this.PreferExplicitTypeWithWarning())); 503await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithWarning()));