3 writes to initializer
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6142this.initializer = initializer; 6158this.initializer = initializer; 6173this.initializer = initializer;
4 references to initializer
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6182public InitializerExpressionSyntax? Initializer => this.initializer; 61892 => this.initializer, 6216=> new ArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.initializer, diagnostics, GetAnnotations()); 6219=> new ArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.initializer, GetDiagnostics(), annotations);