3 references to ConstraintKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (2)
1955
Dim newConstraintKeyword = DirectCast(VisitToken(node.
ConstraintKeyword
).Node, InternalSyntax.KeywordSyntax)
1956
If node.
ConstraintKeyword
.Node IsNot newConstraintKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
5061
If kind <> Me.Kind OrElse constraintKeyword <> Me.
ConstraintKeyword
Then