2 references to IsSupportedStringExpression
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteHelpers.cs (2)
248
return
IsSupportedStringExpression
(literalExpression) ? literalExpression : null;
251
return
IsSupportedStringExpression
(interpolatedString) ? interpolatedString : null;