3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3900
this.
type
= type;
3915
this.
type
= type;
3929
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
3939
public TypeSyntax Type => this.
type
;
3948
2 => this.
type
,
3976
=> new TypeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.
type
, this.closeParenToken, diagnostics, GetAnnotations());
3979
=> new TypeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.
type
, this.closeParenToken, GetDiagnostics(), annotations);