2 implementations of GetContentsOfInterpolatedString
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
1183
public SyntaxList<SyntaxNode>
GetContentsOfInterpolatedString
(SyntaxNode interpolatedString)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
1208
Public Function
GetContentsOfInterpolatedString
(interpolatedString As SyntaxNode) As SyntaxList(Of SyntaxNode) Implements ISyntaxFacts.GetContentsOfInterpolatedString
1 reference to GetContentsOfInterpolatedString
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
1208
Public Function GetContentsOfInterpolatedString(interpolatedString As SyntaxNode) As SyntaxList(Of SyntaxNode) Implements ISyntaxFacts.
GetContentsOfInterpolatedString