2 overrides of ComputeTypeInternal
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\LocalSymbol.vb (2)
694Friend Overrides Function ComputeTypeInternal(localBinder As Binder) As TypeSymbol 845Friend Overrides Function ComputeTypeInternal(localBinder As Binder) As TypeSymbol
1 reference to ComputeTypeInternal
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
606Dim type As TypeSymbol = ComputeTypeInternal(If(containingBinder, _binder))