4 references to PreferExplicitTypeWithError
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
UseExplicitOrImplicitType\UseExplicitTypeRefactoringTests.cs (2)
1087
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferExplicitTypeWithError
()));
1105
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferExplicitTypeWithError
()));
UseExplicitOrImplicitType\UseImplicitTypeRefactoringTests.cs (2)
620
await TestInRegularAndScriptAsync(initialMarkup, expectedMarkup, options: this.
PreferExplicitTypeWithError
());
634
await TestMissingInRegularAndScriptAsync(initialMarkup, parameters: new TestParameters(options: this.
PreferExplicitTypeWithError
()));