11 references to IsSpecialConstraintConstraintKeyword
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (8)
43408
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
43435
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
43462
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
43495
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
55486
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
55513
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
55540
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
55573
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(constraintKeyword.Kind))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxFactsTest.vb (3)
853
Assert.True(SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(item))
855
Assert.False(SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(SyntaxKind.ModuleKeyword))
856
Assert.False(SyntaxFacts.
IsSpecialConstraintConstraintKeyword
(SyntaxKind.None))