1 reference to GetLastCommentOrWhitespace
Microsoft.CodeAnalysis.CSharp.Features (1)
Structure\CSharpStructureHelpers.cs (1)
48
var lastTrailingCommentOrWhitespaceTrivia = firstToken.TrailingTrivia.
GetLastCommentOrWhitespace
();