12 references to GetAttributesStartPoint
Microsoft.VisualStudio.LanguageServices.VisualBasic (12)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (12)
309Return GetAttributesStartPoint(text, typeBlock.BlockStatement.AttributeLists, part)
395Return GetAttributesStartPoint(text, enumBlock.EnumStatement.AttributeLists, part)
495Return GetAttributesStartPoint(text, methodBlock.BlockStatement.AttributeLists, part)
527Return GetAttributesStartPoint(text, declareStatement.AttributeLists, part)
592Return GetAttributesStartPoint(text, methodStatement.AttributeLists, part)
714Return GetAttributesStartPoint(text, propertyStatement.AttributeLists, part)
797Return GetAttributesStartPoint(text, eventBlock.EventStatement.AttributeLists, part)
837Return GetAttributesStartPoint(text, eventStatement.AttributeLists, part)
918Return GetAttributesStartPoint(text, delegateStatement.AttributeLists, part)
1081Return GetAttributesStartPoint(text, fieldDeclaration.AttributeLists, part)
1110Return GetAttributesStartPoint(text, enumMember.AttributeLists, part)
1186Return GetAttributesStartPoint(text, parameter.AttributeLists, part)