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