12 references to InferredType
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (4)
524expressionType = DirectCast(expression, BoundTupleLiteral).InferredType 1448If tupleLiteral.InferredType IsNot Nothing Then 1652tupleLiteral.InferredType, 4506expressionType = DirectCast(expression, BoundTupleLiteral).InferredType
Binding\Binder_Statements.vb (1)
1374inferredType = tupleLiteral.InferredType
Generated\BoundNodes.xml.Generated.vb (3)
3426If inferredType IsNot Me.InferredType OrElse argumentNamesOpt <> Me.ArgumentNamesOpt OrElse inferredNamesOpt <> Me.InferredNamesOpt OrElse arguments <> Me.Arguments OrElse type IsNot Me.Type Then 12394Return node.Update(node.InferredType, node.ArgumentNamesOpt, node.InferredNamesOpt, arguments, type) 13620New TreeDumperNode("inferredType", node.InferredType, Nothing),
Semantics\Conversions.vb (3)
984DirectCast(source, BoundTupleLiteral).InferredType, 1253If source.InferredType?.IsSameTypeIgnoringAll(destination) Then 2115sourceType = DirectCast(source, BoundTupleLiteral).InferredType
Semantics\TypeInference\TypeArgumentInference.vb (1)
575expressionType = DirectCast(Expression, BoundTupleLiteral).InferredType