4 references to GetFirstTokenAfterAttributes
Microsoft.VisualStudio.LanguageServices.CSharp (4)
CodeModel\CSharpCodeModelService.NodeLocator.cs (4)
319
startPosition = node.
GetFirstTokenAfterAttributes
().SpanStart;
367
startPosition = node.
GetFirstTokenAfterAttributes
().SpanStart;
410
startPosition = node.
GetFirstTokenAfterAttributes
().SpanStart;
973
endPosition = node.
GetFirstTokenAfterAttributes
().Span.End;