3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3999
this.
type
= type;
4014
this.
type
= type;
4028
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4038
public TypeSyntax Type => this.
type
;
4047
2 => this.
type
,
4075
=> new SizeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.
type
, this.closeParenToken, diagnostics, GetAnnotations());
4078
=> new SizeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.
type
, this.closeParenToken, GetDiagnostics(), annotations);