20 references to BindTypeSyntax
Microsoft.CodeAnalysis.VisualBasic (20)
Binding\Binder_Attributes.vb (2)
48Return DirectCast(binder.BindTypeSyntax(attribute.Name, diagnostics), NamedTypeSymbol) 115Dim namedType As NamedTypeSymbol = DirectCast(BindTypeSyntax(node.Name, diagnostics), NamedTypeSymbol)
Binding\Binder_Conversions.vb (3)
52Dim targetType = BindTypeSyntax(node.Type, diagnostics) 65Dim targetType = BindTypeSyntax(node.Type, diagnostics) 176Dim targetType = BindTypeSyntax(node.Type, diagnostics)
Binding\Binder_Expressions.vb (1)
4079Dim baseType = BindTypeSyntax(node.Type, diagnostics)
Binding\Binder_Lambda.vb (1)
44returnType = BindTypeSyntax(node.SubOrFunctionHeader.AsClause.Type, diagnostics)
Binding\Binder_ObjectInitializer.vb (1)
19Dim type As TypeSymbol = Me.BindTypeSyntax(node.Type, diagnostics)
Binding\Binder_Statements.vb (1)
1752Dim type As TypeSymbol = BindTypeSyntax(asClause.Type, diagnostics)
Binding\Binder_Symbols.vb (3)
629argumentType = binder.BindTypeSyntax(typedElement.Type, diagnostics, suppressUseSiteError, inGetTypeContext, resolvingBaseType) 815Dim elementType As TypeSymbol = binder.BindTypeSyntax(arrayTypeSyntax.ElementType, 829Dim elementType As TypeSymbol = binder.BindTypeSyntax(nullableTypeSyntax.ElementType, diagBag, suppressUseSiteError)
Binding\Binder_Utils.vb (2)
588asClauseType = BindTypeSyntax(asClauseOpt.Type, diagBag) 633asClauseType = BindTypeSyntax(asClauseOpt.Type, diagBag)
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
48BindTypeSyntax(nameFromCref, BindingDiagnosticBag.Discarded))
Binding\DocumentationCommentCrefBinder.vb (1)
475returnType = typeParameterAwareBinder.BindTypeSyntax(reference.AsClause.Type, diagnostic)
Symbols\Source\ImplementsHelper.vb (1)
177Dim interfaceType As TypeSymbol = binder.BindTypeSyntax(interfaceName, diagBag)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
170asClauseType = binder.BindTypeSyntax(asClauseOpt.Type, If(ignoreTypeSyntaxDiagnostics, BindingDiagnosticBag.Discarded, diagnostics))
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1109Dim baseClassType = binder.BindTypeSyntax(baseClassSyntax, diagBag, suppressUseSiteError:=True, resolvingBaseType:=True) 1859Dim type = bodyBinder.BindTypeSyntax(underlyingType.Type, diagnostics)