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)
14 references to PredefinedTypeSyntax
Microsoft.CodeAnalysis.VisualBasic (13)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)