3 writes to initializer
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5750
this.
initializer
= initializer;
5771
this.
initializer
= initializer;
5791
this.
initializer
= initializer;
4 references to initializer
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5802
public override InitializerExpressionSyntax? Initializer => this.
initializer
;
5810
3 => this.
initializer
,
5837
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.argumentList, this.
initializer
, diagnostics, GetAnnotations());
5840
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.argumentList, this.
initializer
, GetDiagnostics(), annotations);