12 references to GetAttributesStartPoint
Microsoft.VisualStudio.LanguageServices.VisualBasic (12)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (12)
307Return GetAttributesStartPoint(text, typeBlock.BlockStatement.AttributeLists, part)
393Return GetAttributesStartPoint(text, enumBlock.EnumStatement.AttributeLists, part)
493Return GetAttributesStartPoint(text, methodBlock.BlockStatement.AttributeLists, part)
525Return GetAttributesStartPoint(text, declareStatement.AttributeLists, part)
590Return GetAttributesStartPoint(text, methodStatement.AttributeLists, part)
712Return GetAttributesStartPoint(text, propertyStatement.AttributeLists, part)
795Return GetAttributesStartPoint(text, eventBlock.EventStatement.AttributeLists, part)
835Return GetAttributesStartPoint(text, eventStatement.AttributeLists, part)
916Return GetAttributesStartPoint(text, delegateStatement.AttributeLists, part)
1079Return GetAttributesStartPoint(text, fieldDeclaration.AttributeLists, part)
1108Return GetAttributesStartPoint(text, enumMember.AttributeLists, part)
1184Return GetAttributesStartPoint(text, parameter.AttributeLists, part)