580 references to CSharpCodeRefactoringVerifier
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (580)
AddDebuggerDisplay\AddDebuggerDisplayTests.cs (25)
10using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 21await VerifyCS.VerifyRefactoringAsync(""" 60await new VerifyCS.Test() 87await new VerifyCS.Test() 99await VerifyCS.VerifyRefactoringAsync(""" 126await VerifyCS.VerifyRefactoringAsync(code, code); 139await VerifyCS.VerifyRefactoringAsync(code, code); 151await VerifyCS.VerifyRefactoringAsync(code, code); 161await VerifyCS.VerifyRefactoringAsync(code, code); 174await VerifyCS.VerifyRefactoringAsync(code, code); 180await VerifyCS.VerifyRefactoringAsync(""" 204await VerifyCS.VerifyRefactoringAsync(""" 240await VerifyCS.VerifyRefactoringAsync(code, code); 246await VerifyCS.VerifyRefactoringAsync(""" 272await VerifyCS.VerifyRefactoringAsync(code, code); 278await VerifyCS.VerifyRefactoringAsync(""" 301await VerifyCS.VerifyRefactoringAsync(""" 332await VerifyCS.VerifyRefactoringAsync(code, code); 345await VerifyCS.VerifyRefactoringAsync(code, code); 351await VerifyCS.VerifyRefactoringAsync(""" 374await VerifyCS.VerifyRefactoringAsync(""" 406await VerifyCS.VerifyRefactoringAsync(code, code); 412await VerifyCS.VerifyRefactoringAsync(""" 445await VerifyCS.VerifyRefactoringAsync(""" 464await VerifyCS.VerifyRefactoringAsync("""
CodeActions\ConvertIfToSwitch\ConvertIfToSwitchTests.cs (76)
17using VerifyCS = CSharpCodeRefactoringVerifier<CSharpConvertIfToSwitchCodeRefactoringProvider>; 53await new VerifyCS.Test 93await new VerifyCS.Test 116await VerifyCS.VerifyRefactoringAsync(code, code); 150await new VerifyCS.Test 217await new VerifyCS.Test 266await new VerifyCS.Test 310await new VerifyCS.Test 354await new VerifyCS.Test 393await new VerifyCS.Test 434await new VerifyCS.Test 458await VerifyCS.VerifyRefactoringAsync(source, source); 475await VerifyCS.VerifyRefactoringAsync(source, source); 492await VerifyCS.VerifyRefactoringAsync(source, source); 548await new VerifyCS.Test 560await VerifyCS.VerifyRefactoringAsync( 623await new VerifyCS.Test 664await new VerifyCS.Test 675await VerifyCS.VerifyRefactoringAsync( 708await VerifyCS.VerifyRefactoringAsync( 741await VerifyCS.VerifyRefactoringAsync( 794await VerifyCS.VerifyRefactoringAsync(source, source); 837await new VerifyCS.Test 862await VerifyCS.VerifyRefactoringAsync(source, source); 883await VerifyCS.VerifyRefactoringAsync( 933await new VerifyCS.Test 975await new VerifyCS.Test 1014await new VerifyCS.Test 1054await new VerifyCS.Test 1098await new VerifyCS.Test 1148await new VerifyCS.Test 1207await new VerifyCS.Test 1250await new VerifyCS.Test 1305await new VerifyCS.Test 1378await new VerifyCS.Test 1433await new VerifyCS.Test 1502await new VerifyCS.Test 1543await new VerifyCS.Test 1585await new VerifyCS.Test 1635await new VerifyCS.Test 1677await new VerifyCS.Test 1727await new VerifyCS.Test 1769await new VerifyCS.Test 1819await new VerifyCS.Test 1861await new VerifyCS.Test 1911await new VerifyCS.Test 1952await new VerifyCS.Test 1993await new VerifyCS.Test 2034await new VerifyCS.Test 2075await new VerifyCS.Test 2116await new VerifyCS.Test 2157await new VerifyCS.Test 2198await new VerifyCS.Test 2239await new VerifyCS.Test 2280await new VerifyCS.Test 2321await new VerifyCS.Test 2362await new VerifyCS.Test 2373await VerifyCS.VerifyRefactoringAsync( 2428await new VerifyCS.Test 2473await new VerifyCS.Test 2498await new VerifyCS.Test 2538await new VerifyCS.Test 2581await new VerifyCS.Test 2616await new VerifyCS.Test 2658await new VerifyCS.Test 2709await new VerifyCS.Test 2751await new VerifyCS.Test 2800var test = new VerifyCS.Test 2863await new VerifyCS.Test 2886await new VerifyCS.Test 2911await new VerifyCS.Test 2934await new VerifyCS.Test 2957await new VerifyCS.Test 2997await new VerifyCS.Test 3060await new VerifyCS.Test 3124await new VerifyCS.Test
CodeActions\EnableNullable\EnableNullableTests.cs (10)
16using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 134await new VerifyCS.Test 220await new VerifyCS.Test 328await new VerifyCS.Test 427await new VerifyCS.Test 500await new VerifyCS.Test 541await new VerifyCS.Test 595await new VerifyCS.Test 683await new VerifyCS.Test 792await new VerifyCS.Test
CodeActions\ExtractMethod\ExtractLocalFunctionTests.cs (7)
15using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 5170await new VerifyCS.Test 5211await new VerifyCS.Test 5260await new VerifyCS.Test 5313await new VerifyCS.Test 5343await new VerifyCS.Test 5377await new VerifyCS.Test
CodeActions\ExtractMethod\ExtractMethodTests.cs (5)
16using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 4977await new VerifyCS.Test 5003await new VerifyCS.Test 5033await new VerifyCS.Test 5065await new VerifyCS.Test
CodeRefactorings\UseRecursivePatterns\UseRecursivePatternsRefactoringTests.cs (2)
15using VerifyCS = CSharpCodeRefactoringVerifier<UseRecursivePatternsCodeRefactoringProvider>; 26return new VerifyCS.Test
ConvertCast\ConvertDirectCastToTryCastTests.cs (15)
15using VerifyCS = CSharpCodeRefactoringVerifier<CSharpConvertDirectCastToTryCastCodeRefactoringProvider>; 41await new VerifyCS.Test 82await new VerifyCS.Test 102await new VerifyCS.Test 124await new VerifyCS.Test 146await new VerifyCS.Test 178await new VerifyCS.Test 215await new VerifyCS.Test 255await new VerifyCS.Test 277await new VerifyCS.Test 318await new VerifyCS.Test 378await new VerifyCS.Test 411await new VerifyCS.Test 444await new VerifyCS.Test 475await new VerifyCS.Test
ConvertCast\ConvertTryCastToDirectCastTests.cs (10)
15using VerifyCS = CSharpCodeRefactoringVerifier<CSharpConvertTryCastToDirectCastCodeRefactoringProvider>; 41await new VerifyCS.Test 61await new VerifyCS.Test 83await new VerifyCS.Test 122await new VerifyCS.Test 155await new VerifyCS.Test 194await new VerifyCS.Test 227await new VerifyCS.Test 260await new VerifyCS.Test 290await new VerifyCS.Test
ConvertNamespace\ConvertNamespaceRefactoringTests.cs (42)
17using VerifyCS = CSharpCodeRefactoringVerifier<ConvertNamespaceCodeRefactoringProvider>; 31await new VerifyCS.Test 51await new VerifyCS.Test 66await new VerifyCS.Test 87await new VerifyCS.Test 114await new VerifyCS.Test 134await new VerifyCS.Test 158await new VerifyCS.Test 181await new VerifyCS.Test 204await new VerifyCS.Test 226await new VerifyCS.Test 253await new VerifyCS.Test 275await new VerifyCS.Test 300await new VerifyCS.Test 324await new VerifyCS.Test 352await new VerifyCS.Test 382await new VerifyCS.Test 409await new VerifyCS.Test 437await new VerifyCS.Test 467await new VerifyCS.Test 495await new VerifyCS.Test 527await new VerifyCS.Test 563await new VerifyCS.Test 603await new VerifyCS.Test 626await new VerifyCS.Test 641await new VerifyCS.Test 661await new VerifyCS.Test 685await new VerifyCS.Test 704await new VerifyCS.Test 722await new VerifyCS.Test 737await new VerifyCS.Test 764await new VerifyCS.Test 786await new VerifyCS.Test 813await new VerifyCS.Test 837await new VerifyCS.Test 860await new VerifyCS.Test 884await new VerifyCS.Test 907await new VerifyCS.Test 934await new VerifyCS.Test 963await new VerifyCS.Test 989await new VerifyCS.Test 1016await new VerifyCS.Test
ConvertProgram\ConvertToProgramMainRefactoringTests.cs (9)
16using VerifyCS = CSharpCodeRefactoringVerifier<ConvertToProgramMainCodeRefactoringProvider>; 29await new VerifyCS.Test 49await new VerifyCS.Test 67await new VerifyCS.Test 91await new VerifyCS.Test 103await new VerifyCS.Test 131await new VerifyCS.Test 150await new VerifyCS.Test 167await new VerifyCS.Test
ConvertProgram\ConvertToTopLevelStatementsRefactoringTests.cs (10)
16using VerifyCS = CSharpCodeRefactoringVerifier<ConvertToTopLevelStatementsCodeRefactoringProvider>; 29await new VerifyCS.Test 57await new VerifyCS.Test 70await new VerifyCS.Test 106await new VerifyCS.Test 131await new VerifyCS.Test 163await new VerifyCS.Test 188await new VerifyCS.Test 213await new VerifyCS.Test 230await new VerifyCS.Test
ConvertToInterpolatedString\ConvertConcatenationToInterpolatedStringTests.cs (54)
15using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 35await VerifyCS.VerifyRefactoringAsync(code, code); 49await VerifyCS.VerifyRefactoringAsync(code, code); 63await VerifyCS.VerifyRefactoringAsync(code, code); 77await VerifyCS.VerifyRefactoringAsync(code, code); 83await VerifyCS.VerifyRefactoringAsync( 103await VerifyCS.VerifyRefactoringAsync( 123await VerifyCS.VerifyRefactoringAsync( 143await VerifyCS.VerifyRefactoringAsync( 163await VerifyCS.VerifyRefactoringAsync( 189await VerifyCS.VerifyRefactoringAsync( 209await VerifyCS.VerifyRefactoringAsync( 231await VerifyCS.VerifyRefactoringAsync( 253await VerifyCS.VerifyRefactoringAsync( 281await VerifyCS.VerifyRefactoringAsync(code, code); 295await VerifyCS.VerifyRefactoringAsync(code, code); 309await VerifyCS.VerifyRefactoringAsync(code, code); 315await VerifyCS.VerifyRefactoringAsync( 364await VerifyCS.VerifyRefactoringAsync(code, code); 370await VerifyCS.VerifyRefactoringAsync( 390await VerifyCS.VerifyRefactoringAsync( 410await VerifyCS.VerifyRefactoringAsync( 438await VerifyCS.VerifyRefactoringAsync(code, code); 453await VerifyCS.VerifyRefactoringAsync(code, code); 468await VerifyCS.VerifyRefactoringAsync(code, code); 475await VerifyCS.VerifyRefactoringAsync( 497await VerifyCS.VerifyRefactoringAsync( 519await VerifyCS.VerifyRefactoringAsync( 541await VerifyCS.VerifyRefactoringAsync( 562await VerifyCS.VerifyRefactoringAsync( 582await VerifyCS.VerifyRefactoringAsync( 603await VerifyCS.VerifyRefactoringAsync( 632await VerifyCS.VerifyRefactoringAsync(code, code); 648await VerifyCS.VerifyRefactoringAsync(code, code); 664await VerifyCS.VerifyRefactoringAsync(code, code); 670await VerifyCS.VerifyRefactoringAsync( 690await VerifyCS.VerifyRefactoringAsync( 710await VerifyCS.VerifyRefactoringAsync( 730await VerifyCS.VerifyRefactoringAsync( 750await VerifyCS.VerifyRefactoringAsync( 770await VerifyCS.VerifyRefactoringAsync( 790await VerifyCS.VerifyRefactoringAsync( 810await VerifyCS.VerifyRefactoringAsync( 830await VerifyCS.VerifyRefactoringAsync( 854await VerifyCS.VerifyRefactoringAsync( 876await VerifyCS.VerifyRefactoringAsync( 913await new VerifyCS.Test 920await new VerifyCS.Test 950await new VerifyCS.Test 957await new VerifyCS.Test 968await VerifyCS.VerifyRefactoringAsync(@" 1025await VerifyCS.VerifyRefactoringAsync(initialMarkup, expected); 1055await VerifyCS.VerifyRefactoringAsync(initialMarkup, expected); 1083await VerifyCS.VerifyRefactoringAsync(initialMarkup, expected);
ConvertToRawString\ConvertRegularStringToRawStringTests.cs (2)
15using VerifyCS = CSharpCodeRefactoringVerifier< 23await new VerifyCS.Test
ConvertToRecord\ConvertToRecordCodeRefactoringTests.cs (2)
21using VerifyCSRefactoring = CSharpCodeRefactoringVerifier<CSharpConvertToRecordRefactoringProvider>; 4562private class RefactoringTest : VerifyCSRefactoring.Test
ConvertTupleToStruct\ConvertTupleToStructTests.cs (7)
25using VerifyCS = CSharpCodeRefactoringVerifier<CSharpConvertTupleToStructCodeRefactoringProvider>; 54await new VerifyCS.Test 2336await new VerifyCS.Test 3423await new VerifyCS.Test 3584await new VerifyCS.Test 3713await new VerifyCS.Test 3854await new VerifyCS.Test
ExtractClass\ExtractClassTests.cs (1)
32private class Test : CSharpCodeRefactoringVerifier<CSharpExtractClassCodeRefactoringProvider>.Test
GenerateComparisonOperators\GenerateComparisonOperatorsTests.cs (14)
12using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 24await VerifyCS.VerifyRefactoringAsync( 66await new VerifyCS.Test 102await VerifyCS.VerifyRefactoringAsync( 144await VerifyCS.VerifyRefactoringAsync( 186await VerifyCS.VerifyRefactoringAsync( 228await VerifyCS.VerifyRefactoringAsync( 281await VerifyCS.VerifyRefactoringAsync(code, code); 298await VerifyCS.VerifyRefactoringAsync(code, code); 336await VerifyCS.VerifyRefactoringAsync(code, code); 342await VerifyCS.VerifyRefactoringAsync( 432await new VerifyCS.Test 440await new VerifyCS.Test 452await VerifyCS.VerifyRefactoringAsync(
GenerateDefaultConstructors\GenerateDefaultConstructorsTests.cs (3)
21using VerifyRefactoring = CSharpCodeRefactoringVerifier< 34await new VerifyRefactoring.Test 58await new VerifyRefactoring.Test
GenerateFromMembers\AddConstructorParametersFromMembers\AddConstructorParametersFromMembersTests.cs (72)
15using VerifyCS = CSharpCodeRefactoringVerifier<AddConstructorParametersFromMembersCodeRefactoringProvider>; 59await new VerifyCS.Test 99await new VerifyCS.Test 141await new VerifyCS.Test 190await new VerifyCS.Test 237await new VerifyCS.Test 285await new VerifyCS.Test() 328await new VerifyCS.Test() 383await new VerifyCS.Test() 436await new VerifyCS.Test 476await new VerifyCS.Test 517await VerifyCS.VerifyRefactoringAsync( 548await VerifyCS.VerifyRefactoringAsync( 579await VerifyCS.VerifyRefactoringAsync( 610await new VerifyCS.Test 647await new VerifyCS.Test 683await new VerifyCS.Test 720await new VerifyCS.Test 757await new VerifyCS.Test 793await new VerifyCS.Test 829await VerifyCS.VerifyRefactoringAsync( 860await VerifyCS.VerifyRefactoringAsync( 895await VerifyCS.VerifyRefactoringAsync( 934await VerifyCS.VerifyRefactoringAsync( 980await VerifyCS.VerifyRefactoringAsync(source, source); 997await VerifyCS.VerifyRefactoringAsync(source, source); 1003await VerifyCS.VerifyRefactoringAsync( 1031await VerifyCS.VerifyRefactoringAsync( 1068await VerifyCS.VerifyRefactoringAsync(source, source); 1074await VerifyCS.VerifyRefactoringAsync( 1102await VerifyCS.VerifyRefactoringAsync( 1133await VerifyCS.VerifyRefactoringAsync( 1163await new VerifyCS.Test 1238await new VerifyCS.Test 1284await new VerifyCS.Test 1329await new VerifyCS.Test 1375await new VerifyCS.Test 1420await new VerifyCS.Test 1481await new VerifyCS.Test 1538await new VerifyCS.Test 1550await new VerifyCS.Test 1625await new VerifyCS.Test 1651await VerifyCS.VerifyRefactoringAsync(source, source); 1679await new VerifyCS.Test 1712await new VerifyCS.Test 1745await new VerifyCS.Test 1779await new VerifyCS.Test 1812await new VerifyCS.Test 1834await new VerifyCS.Test 1870await new VerifyCS.Test 1904await new VerifyCS.Test 1915await new VerifyCS.Test 1955await new VerifyCS.Test 1995await new VerifyCS.Test 2035await new VerifyCS.Test 2075await new VerifyCS.Test 2115await new VerifyCS.Test 2155await new VerifyCS.Test 2196await new VerifyCS.Test 2237await new VerifyCS.Test 2277await new VerifyCS.Test 2317await new VerifyCS.Test 2357await new VerifyCS.Test 2413await VerifyCS.VerifyRefactoringAsync(source, source); 2434await VerifyCS.VerifyRefactoringAsync(source, source); 2455await VerifyCS.VerifyRefactoringAsync(source, source); 2476await VerifyCS.VerifyRefactoringAsync(source, source); 2482await new VerifyCS.Test 2531await new VerifyCS.Test 2589await new VerifyCS.Test 2639await new VerifyCS.Test 2700await new VerifyCS.Test
GenerateFromMembers\GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeFromMembersTests.cs (59)
23using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 32private class TestWithDialog : VerifyCS.Test 107await new VerifyCS.Test 144await new VerifyCS.Test 182await new VerifyCS.Test 226await new VerifyCS.Test 278await new VerifyCS.Test 322await new VerifyCS.Test 360await new VerifyCS.Test 398await new VerifyCS.Test 441await new VerifyCS.Test 483await new VerifyCS.Test 543await new VerifyCS.Test 612await new VerifyCS.Test 624await VerifyCS.VerifyRefactoringAsync( 672await VerifyCS.VerifyRefactoringAsync( 720await VerifyCS.VerifyRefactoringAsync( 765await VerifyCS.VerifyRefactoringAsync( 810await VerifyCS.VerifyRefactoringAsync( 874await new VerifyCS.Test 886await VerifyCS.VerifyRefactoringAsync( 945await new VerifyCS.Test 989await new VerifyCS.Test 1044await new VerifyCS.Test 1138await new VerifyCS.Test 1185await new VerifyCS.Test 1229await new VerifyCS.Test 1281await new VerifyCS.Test 1332await new VerifyCS.Test 1391await new VerifyCS.Test 1450await new VerifyCS.Test 1489await new VerifyCS.Test 1528await new VerifyCS.Test 1566await new VerifyCS.Test 1609await new VerifyCS.Test 1653await new VerifyCS.Test 1705await new VerifyCS.Test 1759await new VerifyCS.Test 1811await new VerifyCS.Test 1855await new VerifyCS.Test 1899await new VerifyCS.Test 1951await new VerifyCS.Test 1995await new VerifyCS.Test 2539await new VerifyCS.Test 2613await new VerifyCS.Test 3153await new VerifyCS.Test 3303await new VerifyCS.Test 3368await new VerifyCS.Test 3428await new VerifyCS.Test 3496await new VerifyCS.Test 3575await new VerifyCS.Test 3653await new VerifyCS.Test 3739await new VerifyCS.Test 3817await new VerifyCS.Test 3830await VerifyCS.VerifyRefactoringAsync( 3858await VerifyCS.VerifyRefactoringAsync( 3948await new VerifyCS.Test 3969await new VerifyCS.Test 4388await new VerifyCS.Test
InitializeParameter\AddParameterCheckTests.cs (101)
19using VerifyCS = CSharpCodeRefactoringVerifier<CSharpAddParameterCheckCodeRefactoringProvider>; 29await VerifyCS.VerifyRefactoringAsync(code, code); 49await new VerifyCS.Test 60await VerifyCS.VerifyRefactoringAsync( 90await new VerifyCS.Test 123await VerifyCS.VerifyRefactoringAsync( 162await VerifyCS.VerifyRefactoringAsync(code, code); 179await VerifyCS.VerifyRefactoringAsync(code, code); 194await VerifyCS.VerifyRefactoringAsync(code, code); 213await VerifyCS.VerifyRefactoringAsync(code, code); 227await VerifyCS.VerifyRefactoringAsync(code, code); 241await VerifyCS.VerifyRefactoringAsync(code, code); 261await new VerifyCS.Test 284await new VerifyCS.Test 309await new VerifyCS.Test 332await new VerifyCS.Test 343await VerifyCS.VerifyRefactoringAsync( 377await new VerifyCS.Test 414await VerifyCS.VerifyRefactoringAsync( 448await new VerifyCS.Test 485await VerifyCS.VerifyRefactoringAsync( 517await new VerifyCS.Test 571await new VerifyCS.Test 630await VerifyCS.VerifyRefactoringAsync(code, code); 636await new VerifyCS.Test 681await new VerifyCS.Test 726await new VerifyCS.Test 776await new VerifyCS.Test 820await new VerifyCS.Test 864await VerifyCS.VerifyRefactoringAsync( 896await new VerifyCS.Test 936await new VerifyCS.Test 979await VerifyCS.VerifyRefactoringAsync( 1007await VerifyCS.VerifyRefactoringAsync( 1046await new VerifyCS.Test 1091await VerifyCS.VerifyRefactoringAsync( 1131await VerifyCS.VerifyRefactoringAsync( 1171await VerifyCS.VerifyRefactoringAsync( 1211await VerifyCS.VerifyRefactoringAsync( 1251await VerifyCS.VerifyRefactoringAsync( 1288await VerifyCS.VerifyRefactoringAsync( 1339await VerifyCS.VerifyRefactoringAsync(code, code); 1358await VerifyCS.VerifyRefactoringAsync(code, code); 1377await VerifyCS.VerifyRefactoringAsync(code, code); 1396await VerifyCS.VerifyRefactoringAsync(code, code); 1416await VerifyCS.VerifyRefactoringAsync(code, code); 1436await VerifyCS.VerifyRefactoringAsync(code, code); 1459await VerifyCS.VerifyRefactoringAsync(code, code); 1476await VerifyCS.VerifyRefactoringAsync(code, code); 1492await VerifyCS.VerifyRefactoringAsync(code, code); 1498await VerifyCS.VerifyRefactoringAsync( 1528await VerifyCS.VerifyRefactoringAsync( 1561await VerifyCS.VerifyRefactoringAsync( 1597await VerifyCS.VerifyRefactoringAsync( 1631await VerifyCS.VerifyRefactoringAsync( 1667await new VerifyCS.Test 1717await new VerifyCS.Test 1728await VerifyCS.VerifyRefactoringAsync( 1764await VerifyCS.VerifyRefactoringAsync( 1813await VerifyCS.VerifyRefactoringAsync(code, code); 1832await new VerifyCS.Test 1857await VerifyCS.VerifyRefactoringAsync(code, code); 1863await new VerifyCS.Test 1899await new VerifyCS.Test 1936await new VerifyCS.Test 1984await VerifyCS.VerifyRefactoringAsync(code, code); 1990await new VerifyCS.Test 2032await new VerifyCS.Test 2065await new VerifyCS.Test 2105await VerifyCS.VerifyRefactoringAsync( 2142await VerifyCS.VerifyRefactoringAsync( 2193await VerifyCS.VerifyRefactoringAsync(code, code); 2217await VerifyCS.VerifyRefactoringAsync(code, code); 2223await VerifyCS.VerifyRefactoringAsync( 2260await VerifyCS.VerifyRefactoringAsync( 2301await VerifyCS.VerifyRefactoringAsync(code, 2331await VerifyCS.VerifyRefactoringAsync(code, code); 2337await VerifyCS.VerifyRefactoringAsync( 2365await new VerifyCS.Test 2401await new VerifyCS.Test 2437await new VerifyCS.Test 2475await new VerifyCS.Test 2510await new VerifyCS.Test 2545await new VerifyCS.Test 2583await new VerifyCS.Test 2623await new VerifyCS.Test 2663await new VerifyCS.Test 2705await new VerifyCS.Test 2744await new VerifyCS.Test 2783await new VerifyCS.Test 2825await new VerifyCS.Test 2874await VerifyCS.VerifyRefactoringAsync(source, source); 2890await VerifyCS.VerifyRefactoringAsync(source, source); 2906await VerifyCS.VerifyRefactoringAsync(source, source); 2922await VerifyCS.VerifyRefactoringAsync(source, source); 2934await new VerifyCS.Test 2948await new VerifyCS.Test 2962await new VerifyCS.Test 2973await VerifyCS.VerifyRefactoringAsync(""" 3012await VerifyCS.VerifyRefactoringAsync(""" 3043await VerifyCS.VerifyRefactoringAsync("""
InlineMethod\CSharpInlineMethodTests.cs (1)
20private class TestVerifier : CSharpCodeRefactoringVerifier<CSharpInlineMethodRefactoringProvider>.Test
MoveStaticMembers\CSharpMoveStaticMembersTests.cs (2)
13using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeRefactoringVerifier< 3397private class Test : VerifyCS.Test
ReplaceConditionalWithStatements\ReplaceConditionalWithStatementsTests.cs (39)
16using VerifyCS = CSharpCodeRefactoringVerifier<CSharpReplaceConditionalWithStatementsCodeRefactoringProvider>; 23await VerifyCS.VerifyRefactoringAsync( 56await VerifyCS.VerifyRefactoringAsync( 89await VerifyCS.VerifyRefactoringAsync( 122await VerifyCS.VerifyRefactoringAsync( 159await VerifyCS.VerifyRefactoringAsync( 190await new VerifyCS.Test 219await new VerifyCS.Test 260await VerifyCS.VerifyRefactoringAsync(source, source); 277await VerifyCS.VerifyRefactoringAsync(source, source); 283await VerifyCS.VerifyRefactoringAsync( 316await new VerifyCS.Test 366await VerifyCS.VerifyRefactoringAsync( 398await VerifyCS.VerifyRefactoringAsync( 430await VerifyCS.VerifyRefactoringAsync( 462await VerifyCS.VerifyRefactoringAsync( 500await new VerifyCS.Test 529await new VerifyCS.Test 558await new VerifyCS.Test 587await VerifyCS.VerifyRefactoringAsync( 618await VerifyCS.VerifyRefactoringAsync( 649await VerifyCS.VerifyRefactoringAsync( 680await VerifyCS.VerifyRefactoringAsync( 713await VerifyCS.VerifyRefactoringAsync( 746await VerifyCS.VerifyRefactoringAsync( 779await VerifyCS.VerifyRefactoringAsync( 812await VerifyCS.VerifyRefactoringAsync( 849await VerifyCS.VerifyRefactoringAsync( 887await VerifyCS.VerifyRefactoringAsync( 920await VerifyCS.VerifyRefactoringAsync( 953await VerifyCS.VerifyRefactoringAsync( 988await VerifyCS.VerifyRefactoringAsync( 1023await VerifyCS.VerifyRefactoringAsync( 1058await VerifyCS.VerifyRefactoringAsync( 1091await VerifyCS.VerifyRefactoringAsync( 1124await VerifyCS.VerifyRefactoringAsync( 1161await VerifyCS.VerifyRefactoringAsync( 1199await VerifyCS.VerifyRefactoringAsync( 1234await VerifyCS.VerifyRefactoringAsync(
UseNamedArguments\UseNamedArgumentsTests.cs (12)
16using VerifyCS = CSharpCodeRefactoringVerifier<CSharpUseNamedArgumentsCodeRefactoringProvider>; 23return VerifyCS.VerifyRefactoringAsync(code, code); 28return new VerifyCS.Test 38return new VerifyCS.Test 49return new VerifyCS.Test 97await new VerifyCS.Test 528await VerifyCS.VerifyRefactoringAsync( 600await VerifyCS.VerifyRefactoringAsync( 620await VerifyCS.VerifyRefactoringAsync( 642await new VerifyCS.Test 653await VerifyCS.VerifyRefactoringAsync(""" 685await VerifyCS.VerifyRefactoringAsync("""