3 references to AllowsKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2056
=> node.Update(VisitToken(node.
AllowsKeyword
), VisitList(node.Constraints));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
11976
if (allowsKeyword != this.
AllowsKeyword
|| constraints != this.Constraints)
11987
public AllowsConstraintClauseSyntax WithConstraints(SeparatedSyntaxList<AllowsConstraintSyntax> constraints) => Update(this.
AllowsKeyword
, constraints);