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