1 override of ObjectCreationExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3215
public override SyntaxNode
ObjectCreationExpression
(SyntaxNode type, IEnumerable<SyntaxNode> arguments)
2 references to ObjectCreationExpression
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxGenerator.cs (2)
2206
=>
ObjectCreationExpression
(TypeExpression(type), arguments);
2212
=>
ObjectCreationExpression
(type, (IEnumerable<SyntaxNode>)arguments);