4 references to GetFirstTokenAfterAttributes
Microsoft.VisualStudio.LanguageServices.CSharp (4)
CodeModel\CSharpCodeModelService.NodeLocator.cs (4)
320
startPosition = node.
GetFirstTokenAfterAttributes
().SpanStart;
368
startPosition = node.
GetFirstTokenAfterAttributes
().SpanStart;
411
startPosition = node.
GetFirstTokenAfterAttributes
().SpanStart;
974
endPosition = node.
GetFirstTokenAfterAttributes
().Span.End;