8 references to IsMultiLineComment
Microsoft.CodeAnalysis.CSharp.Features (4)
Structure\CSharpStructureHelpers.cs (3)
143Contract.ThrowIfFalse(comment.IsSingleLineComment() || comment.IsMultiLineComment()); 149else if (comment.IsMultiLineComment()) 216else if (trivia.IsMultiLineComment())
TaskList\CSharpTaskListService.cs (1)
93=> trivia.IsMultiLineComment() || trivia.IsMultiLineDocComment();
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CSharpTriviaFormatter.cs (2)
149if (!trivia1.IsKind(trivia2.Kind()) || trivia2.IsMultiLineComment() || trivia2.IsMultiLineDocComment() || existingWhitespaceBetween.Lines > 1) 206=> trivia1.IsMultiLineComment() || trivia1.IsMultiLineDocComment();
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
285if (trivia.IsMultiLineComment())
Rename\CSharpRenameRewriterLanguageService.cs (1)
662if (newTrivia.IsSingleLineComment() || newTrivia.IsMultiLineComment())