7 references to IsRegularComment
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer.cs (1)
44=> trivia.IsRegularComment() || trivia.IsDocComment();
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CSharpSyntaxFacts.cs (1)
1204=> trivia.IsRegularComment();
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\SyntaxNodeExtensions.cs\SyntaxNodeExtensions.cs (1)
23var hasTrailingComments = from.GetTrailingTrivia().Any(t => t.IsRegularComment());
SyntaxTriviaExtensions.cs (1)
34=> trivia.IsRegularComment() || trivia.IsDocComment();
SyntaxTriviaListExtensions.cs (1)
27.Where(t => t.IsRegularComment())
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\CSharpCodeModelService.cs (2)
1230if (trivia.IsRegularComment()) 1259if (trivia.IsRegularComment())