33 references to ExplicitTypeExceptWhereApparent
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (33)
UseExplicitTypeTests.cs (32)
141await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 173await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 374await TestMissingInRegularAndScriptAsync(before, new TestParameters(options: ExplicitTypeExceptWhereApparent())); 400await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); // preference for builtin types dominates 427await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 454await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 481await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 510await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 545await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 572await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 599await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 630await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 663await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 694await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 725await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 756await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 785await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 818await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 851await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 882await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 911await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 940await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 975await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 1008await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 1041await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 1078await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 1111await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 1138await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); // preference for builtin types dominates 1165await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 1191await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 2802await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeExceptWhereApparent()); 2820await TestMissingInRegularAndScriptAsync(before, new TestParameters(options: ExplicitTypeExceptWhereApparent()));
UseExplicitTypeTests_FixAllTests.cs (1)
406await TestInRegularAndScriptAsync(input, expected, options: ExplicitTypeExceptWhereApparent());