28 references to BindTypeSyntax
Microsoft.CodeAnalysis.VisualBasic (27)
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) 172Dim targetType = BindTypeSyntax(node.Type, diagnostics)
Binding\Binder_Expressions.vb (2)
3599boundArguments(i) = BindTypeSyntax(arguments(i), diagnostics) 4048Dim 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)
1723Dim type As TypeSymbol = BindTypeSyntax(asClause.Type, diagnostics)
Binding\Binder_Symbols.vb (4)
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) 1124types(i) = binder.BindTypeSyntax(typeArgumentsSyntax.Arguments(i), diagBag, suppressUseSiteError)
Binding\Binder_Utils.vb (2)
588asClauseType = BindTypeSyntax(asClauseOpt.Type, diagBag) 633asClauseType = BindTypeSyntax(asClauseOpt.Type, diagBag)
Binding\DocumentationCommentCrefBinder.vb (2)
469typeParameterAwareBinder.BindTypeSyntax(part.Type, diagnostic), 475returnType = typeParameterAwareBinder.BindTypeSyntax(reference.AsClause.Type, diagnostic)
Binding\DocumentationCommentCrefBinder_Compat.vb (2)
48BindTypeSyntax(nameFromCref, BindingDiagnosticBag.Discarded)) 417result(i) = Me.BindTypeSyntax(args(i), BindingDiagnosticBag.Discarded)
Symbols\Source\ImplementsHelper.vb (1)
177Dim interfaceType As TypeSymbol = binder.BindTypeSyntax(interfaceName, diagBag)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
156asClauseType = binder.BindTypeSyntax(asClauseOpt.Type, If(ignoreTypeSyntaxDiagnostics, BindingDiagnosticBag.Discarded, diagnostics))
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1102Dim baseClassType = binder.BindTypeSyntax(baseClassSyntax, diagBag, suppressUseSiteError:=True, resolvingBaseType:=True) 1169Dim typeSymbol = binder.BindTypeSyntax(baseClassSyntax, diagBag, suppressUseSiteError:=True) 1225Dim typeSymbol = binder.BindTypeSyntax(baseClassSyntax, diagBag, suppressUseSiteError:=True) 1339Dim bt = binder.BindTypeSyntax(typeSyntax, BindingDiagnosticBag.Discarded, suppressUseSiteError:=True) 1780Dim type = bodyBinder.BindTypeSyntax(underlyingType.Type, diagnostics)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.vb (1)
773typeSymbol = importBinder.BindTypeSyntax(targetSyntax, BindingDiagnosticBag.Discarded)