2 references to ForText
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringCopyPasteData.cs (1)
135content = StringCopyPasteContent.ForText(text);
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
StringCopyPaste\StringCopyPasteCommandHandlerTests.cs (1)
127var json = new StringCopyPasteData([StringCopyPasteContent.ForText(pasteText)]).ToJson();