3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4824
this.
type
= type;
4839
this.
type
= type;
4853
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4863
public TypeSyntax Type => this.
type
;
4873
1 => this.
type
,
4902
=> new CastExpressionSyntax(this.Kind, this.openParenToken, this.
type
, this.closeParenToken, this.expression, diagnostics, GetAnnotations());
4905
=> new CastExpressionSyntax(this.Kind, this.openParenToken, this.
type
, this.closeParenToken, this.expression, GetDiagnostics(), annotations);