4 references to PreferExplicitTypeWithSilent
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
897await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithSilent())); 912await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithSilent()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
480await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, new(options: this.PreferExplicitTypeWithSilent())); 499await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithSilent()));