3 references to DelegateDeclaration
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
162
Return GetBinderForNodeAndUsage(delegateSyntax, NodeUsage.
DelegateDeclaration
, delegateSyntax.Parent, _position)
Binding\BinderFactory.vb (2)
95
Return GetBinderForNodeAndUsage(node, NodeUsage.
DelegateDeclaration
, node.Parent, node.SpanStart)
226
Case NodeUsage.
DelegateDeclaration