6 references to TypeBlockFull
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\BinderFactory.BinderFactoryVisitor.vb (4)
139
Return GetBinderForNodeAndUsage(moduleSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, moduleSyntax.Parent, _position)
143
Return GetBinderForNodeAndUsage(classSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, classSyntax.Parent, _position)
147
Return GetBinderForNodeAndUsage(structureSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, structureSyntax.Parent, _position)
155
Return GetBinderForNodeAndUsage(interfaceSyntax.BlockStatement, NodeUsage.
TypeBlockFull
, interfaceSyntax.Parent, _position)
Binding\BinderFactory.vb (2)
73
Return GetBinderForNodeAndUsage(node, NodeUsage.
TypeBlockFull
, parentForEnclosingBinder, node.SpanStart)
197
Case NodeUsage.
TypeBlockFull