4 references to PreferExplicitTypeWithSilent
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
1084await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithSilent())); 1099await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithSilent()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
609await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, options: this.PreferExplicitTypeWithSilent()); 628await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithSilent()));