8 instantiations of PredefinedTypeSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
30893Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New PredefinedTypeSyntax(o) 30902ObjectBinder.RegisterTypeReader(GetType(PredefinedTypeSyntax), Function(r) New PredefinedTypeSyntax(r)) 30929Return new PredefinedTypeSyntax(Me.Kind, newErrors, GetAnnotations, _keyword) 30933Return new PredefinedTypeSyntax(Me.Kind, GetDiagnostics, annotations, _keyword) 41305Return New PredefinedTypeSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newKeyword) 52953Dim result = New PredefinedTypeSyntax(SyntaxKind.PredefinedType, keyword) 65031Dim result = New PredefinedTypeSyntax(SyntaxKind.PredefinedType, keyword, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
33016Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PredefinedTypeSyntax(kind, errors, annotations, keyword), Nothing, 0)
14 references to PredefinedTypeSyntax
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\Syntax.xml.Internal.Generated.vb (7)
30902ObjectBinder.RegisterTypeReader(GetType(PredefinedTypeSyntax), Function(r) New PredefinedTypeSyntax(r)) 37568Public Overridable Function VisitPredefinedType(ByVal node As PredefinedTypeSyntax) As VisualBasicSyntaxNode 41298Public Overrides Function VisitPredefinedType(ByVal node As PredefinedTypeSyntax) As VisualBasicSyntaxNode 52944Friend Shared Function PredefinedType(keyword As KeywordSyntax) As PredefinedTypeSyntax 52950Return DirectCast(cached, PredefinedTypeSyntax) 65022Friend Function PredefinedType(keyword As KeywordSyntax) As PredefinedTypeSyntax 65028Return DirectCast(cached, PredefinedTypeSyntax)
Generated\Syntax.xml.Syntax.Generated.vb (1)
33024return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PredefinedTypeSyntax)._keyword, Me.Position, 0)
Parser\ParseXml.vb (1)
1099Dim type As PredefinedTypeSyntax = SyntaxFactory.PredefinedType(DirectCast(CurrentToken, KeywordSyntax))
Preprocessor\ExpressionEvaluator.vb (4)
350Private Shared Function GetSpecialType(predefinedType As PredefinedTypeSyntax) As SpecialType 410Dim predefinedType = TryCast(expr.Type, PredefinedTypeSyntax) 441Dim predefinedType = TryCast(expr.Type, PredefinedTypeSyntax) 470Dim predefinedType = TryCast(expr.Type, PredefinedTypeSyntax)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1339Private Shared Function GenerateGreenPredefinedType() As InternalSyntax.PredefinedTypeSyntax