12 references to GetAttributesStartPoint
Microsoft.VisualStudio.LanguageServices.VisualBasic (12)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (12)
308Return GetAttributesStartPoint(text, typeBlock.BlockStatement.AttributeLists, part)
394Return GetAttributesStartPoint(text, enumBlock.EnumStatement.AttributeLists, part)
494Return GetAttributesStartPoint(text, methodBlock.BlockStatement.AttributeLists, part)
526Return GetAttributesStartPoint(text, declareStatement.AttributeLists, part)
591Return GetAttributesStartPoint(text, methodStatement.AttributeLists, part)
713Return GetAttributesStartPoint(text, propertyStatement.AttributeLists, part)
796Return GetAttributesStartPoint(text, eventBlock.EventStatement.AttributeLists, part)
836Return GetAttributesStartPoint(text, eventStatement.AttributeLists, part)
917Return GetAttributesStartPoint(text, delegateStatement.AttributeLists, part)
1080Return GetAttributesStartPoint(text, fieldDeclaration.AttributeLists, part)
1109Return GetAttributesStartPoint(text, enumMember.AttributeLists, part)
1185Return GetAttributesStartPoint(text, parameter.AttributeLists, part)