2 references to PredefinedType
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\Parser.vb (1)
2808typeName = SyntaxFactory.PredefinedType(DirectCast(Start, KeywordSyntax))
Parser\ParseXml.vb (1)
1100Dim type As PredefinedTypeSyntax = SyntaxFactory.PredefinedType(DirectCast(CurrentToken, KeywordSyntax))