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