12 references to InferredType
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (4)
545
expressionType = DirectCast(expression, BoundTupleLiteral).
InferredType
1473
If tupleLiteral.
InferredType
IsNot Nothing Then
1677
tupleLiteral.
InferredType
,
4533
expressionType = DirectCast(expression, BoundTupleLiteral).
InferredType
Binding\Binder_Statements.vb (1)
1403
inferredType = tupleLiteral.
InferredType
Generated\BoundNodes.xml.Generated.vb (3)
3445
If inferredType IsNot Me.
InferredType
OrElse argumentNamesOpt <> Me.ArgumentNamesOpt OrElse inferredNamesOpt <> Me.InferredNamesOpt OrElse arguments <> Me.Arguments OrElse type IsNot Me.Type Then
12428
Return node.Update(node.
InferredType
, node.ArgumentNamesOpt, node.InferredNamesOpt, arguments, type)
13657
New TreeDumperNode("inferredType", node.
InferredType
, Nothing),
Semantics\Conversions.vb (3)
988
DirectCast(source, BoundTupleLiteral).
InferredType
,
1257
If source.
InferredType
?.IsSameTypeIgnoringAll(destination) Then
2120
sourceType = DirectCast(source, BoundTupleLiteral).
InferredType
Semantics\TypeInference\TypeArgumentInference.vb (1)
569
expressionType = DirectCast(Expression, BoundTupleLiteral).
InferredType