3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7295
this.
type
= type;
7328
this.
type
= type;
7360
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7384
public TypeSyntax? Type => this.
type
;
7399
1 => this.
type
,
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);