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