2 references to MultiLineCommentSuffix
Microsoft.CodeAnalysis.CSharp.Features (2)
Structure\CSharpStructureHelpers.cs (2)
137
text = text.Length >= "/**/".Length && text.EndsWith(
MultiLineCommentSuffix
)
138
? text[..^
MultiLineCommentSuffix
.Length]