2 references to Name
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
19140
if (whereKeyword != this.WhereKeyword || name != this.
Name
|| colonToken != this.ColonToken || constraints != this.Constraints)
28456
=> node.Update((SyntaxToken)Visit(node.WhereKeyword), (IdentifierNameSyntax)Visit(node.
Name
), (SyntaxToken)Visit(node.ColonToken), VisitList(node.Constraints));