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