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