3 references to ObjectCreationExpression
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\ParseExpression.vb (3)
891Return SyntaxFactory.ObjectCreationExpression(NewKeyword, Nothing, Type, Arguments, objInit)
911Return SyntaxFactory.ObjectCreationExpression(NewKeyword, Nothing, Type, Arguments, objInit)
914Return SyntaxFactory.ObjectCreationExpression(NewKeyword, Nothing, Type, Arguments, Nothing)