3 writes to type
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23477
this.
type
= type;
23500
this.
type
= type;
23522
this.
type
= type;
4 references to type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23533
public TypeSyntax Type => this.
type
;
23542
3 => this.
type
,
23570
=> new ConversionOperatorMemberCrefSyntax(this.Kind, this.implicitOrExplicitKeyword, this.operatorKeyword, this.checkedKeyword, this.
type
, this.parameters, diagnostics, GetAnnotations());
23573
=> new ConversionOperatorMemberCrefSyntax(this.Kind, this.implicitOrExplicitKeyword, this.operatorKeyword, this.checkedKeyword, this.
type
, this.parameters, GetDiagnostics(), annotations);