6 references to TypeBlockFull
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\BinderFactory.BinderFactoryVisitor.vb (4)
138
Return GetBinderForNodeAndUsage(moduleSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, moduleSyntax.Parent, _position)
142
Return GetBinderForNodeAndUsage(classSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, classSyntax.Parent, _position)
146
Return GetBinderForNodeAndUsage(structureSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, structureSyntax.Parent, _position)
154
Return GetBinderForNodeAndUsage(interfaceSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, interfaceSyntax.Parent, _position)
Binding\BinderFactory.vb (2)
82
Return GetBinderForNodeAndUsage(node, NodeUsage.
TypeBlockFull
, parentForEnclosingBinder, node.SpanStart)
206
Case NodeUsage.
TypeBlockFull