2 overrides of GetTextContextOfComment
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpFileHeaderHelper.cs (1)
26protected override ReadOnlyMemory<char> GetTextContextOfComment(SyntaxTrivia commentTrivia)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicFileHeaderHelper.vb (1)
24Protected Overrides Function GetTextContextOfComment(commentTrivia As SyntaxTrivia) As ReadOnlyMemory(Of Char)
2 references to GetTextContextOfComment
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractFileHeaderHelper.cs (2)
69var commentText = GetTextContextOfComment(trivia).Span.Trim(); 85var commentText = GetTextContextOfComment(trivia);