3 references to IsPredefinedType
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxFactsTest.vb (3)
754Assert.True(SyntaxFacts.IsPredefinedType(SyntaxKind.IntegerKeyword)) 755Assert.True(SyntaxFacts.IsPredefinedType(SyntaxKind.ObjectKeyword)) 756Assert.False(SyntaxFacts.IsPredefinedType(SyntaxKind.NothingKeyword))