4 references to ObjectCreationExpression
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationHelpers.cs (1)
33var exceptionCreationExpression = factory.ObjectCreationExpression(
Microsoft.CodeAnalysis.Features (1)
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
886generator.ObjectCreationExpression(structType, arguments));
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationHelpers.cs (1)
33var exceptionCreationExpression = factory.ObjectCreationExpression(
Editing\SyntaxGenerator.cs (1)
2207=> ObjectCreationExpression(type, (IEnumerable<SyntaxNode>)arguments);