3 references to ReclassifyArrayLiteralExpression
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Conversions.vb (2)
1106
argument = arrayLiteralBinder.
ReclassifyArrayLiteralExpression
(SyntaxKind.CTypeKeyword, tree,
1269
argument =
ReclassifyArrayLiteralExpression
(conversionSemantics, tree, convKind, isExplicit, DirectCast(argument, BoundArrayLiteral), targetType, diagnostics)
Binding\Binder_Expressions.vb (1)
109
Dim reclassified =
ReclassifyArrayLiteralExpression
(SyntaxKind.CTypeKeyword, arrayLiteral.Syntax, ConversionKind.Widening, False, arrayLiteral, arrayLiteral.InferredType, diagnostics)