1 implementation of GetContentsOfInterpolatedString
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1119
public SyntaxList<SyntaxNode>
GetContentsOfInterpolatedString
(SyntaxNode interpolatedString)
1 reference to GetContentsOfInterpolatedString
Microsoft.CodeAnalysis.Features (1)
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
393
return interpolatedString.ReplaceNodes(syntaxFacts.
GetContentsOfInterpolatedString
(interpolatedString), (oldNode, newNode) =>