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