2 references to GetTestText
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
RefactoringHelpers\RefactoringHelpersTests.cs (2)
857await TestAsync<LocalDeclarationStatementSyntax>(GetTestText("{|result:string name = \"\", b[||]b = null;|}")); 858await TestAsync<VariableDeclaratorSyntax>(GetTestText("string name = \"\", {|result:bb[||] = null|};"));