3 writes to designation
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4744this.designation = designation; 4755this.designation = designation; 4765this.designation = designation;
9 references to designation
Microsoft.CodeAnalysis.CSharp (9)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4770public VariableDesignationSyntax Designation => this.designation; 47761 => this.designation, 4803=> new DeclarationExpressionSyntax(this.Kind, this.type, this.designation, diagnostics, GetAnnotations()); 4806=> new DeclarationExpressionSyntax(this.Kind, this.type, this.designation, GetDiagnostics(), annotations);
Parser\LanguageParser.cs (5)
9833if (decl.designation.Kind != SyntaxKind.ParenthesizedVariableDesignation) 9837switch (decl.designation.Kind) 9840identifier = ((SingleVariableDesignationSyntax)decl.designation).identifier; 9844var discard = ((DiscardDesignationSyntax)decl.designation).underscoreToken; 9849throw ExceptionUtilities.UnexpectedValue(decl.designation.Kind);