4 references to PreferExplicitTypeWithNone
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
1076await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, options: this.PreferExplicitTypeWithNone()); 1097await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithNone()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
608await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, options: this.PreferExplicitTypeWithNone()); 626await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.PreferExplicitTypeWithNone()));