3 writes to into
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7314
this.
into
= into;
7347
this.
into
= into;
7379
this.
into
= into;
4 references to into
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7393
public JoinIntoClauseSyntax? Into => this.
into
;
7407
9 => this.
into
,
7434
=> new JoinClauseSyntax(this.Kind, this.joinKeyword, this.type, this.identifier, this.inKeyword, this.inExpression, this.onKeyword, this.leftExpression, this.equalsKeyword, this.rightExpression, this.
into
, diagnostics, GetAnnotations());
7437
=> new JoinClauseSyntax(this.Kind, this.joinKeyword, this.type, this.identifier, this.inKeyword, this.inExpression, this.onKeyword, this.leftExpression, this.equalsKeyword, this.rightExpression, this.
into
, GetDiagnostics(), annotations);