8 instantiations of XmlDocumentSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
28082
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
XmlDocumentSyntax
(o)
28094
ObjectBinder.RegisterTypeReader(GetType(XmlDocumentSyntax), Function(r) New
XmlDocumentSyntax
(r))
28149
Return new
XmlDocumentSyntax
(Me.Kind, newErrors, GetAnnotations, _declaration, _precedingMisc, _root, _followingMisc)
28153
Return new
XmlDocumentSyntax
(Me.Kind, GetDiagnostics, annotations, _declaration, _precedingMisc, _root, _followingMisc)
40973
Return New
XmlDocumentSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newDeclaration, newPrecedingMisc.Node, newRoot, newFollowingMisc.Node)
52532
Return New
XmlDocumentSyntax
(SyntaxKind.XmlDocument, declaration, precedingMisc.Node, root, followingMisc.Node)
64610
Return New
XmlDocumentSyntax
(SyntaxKind.XmlDocument, declaration, precedingMisc.Node, root, followingMisc.Node, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
30417
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlDocumentSyntax
(kind, errors, annotations, DirectCast(declaration.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlDeclarationSyntax), if(precedingMisc IsNot Nothing, precedingMisc.Green, Nothing), DirectCast(root.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNodeSyntax), if(followingMisc IsNot Nothing, followingMisc.Green, Nothing)), Nothing, 0)
6 references to XmlDocumentSyntax
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (5)
28094
ObjectBinder.RegisterTypeReader(GetType(
XmlDocumentSyntax
), Function(r) New XmlDocumentSyntax(r))
37480
Public Overridable Function VisitXmlDocument(ByVal node As
XmlDocumentSyntax
) As VisualBasicSyntaxNode
40960
Public Overrides Function VisitXmlDocument(ByVal node As
XmlDocumentSyntax
) As VisualBasicSyntaxNode
52529
Friend Shared Function XmlDocument(declaration As XmlDeclarationSyntax, precedingMisc As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), root As XmlNodeSyntax, followingMisc As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode)) As
XmlDocumentSyntax
64607
Friend Function XmlDocument(declaration As XmlDeclarationSyntax, precedingMisc As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), root As XmlNodeSyntax, followingMisc As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode)) As
XmlDocumentSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1259
Private Shared Function GenerateGreenXmlDocument() As InternalSyntax.
XmlDocumentSyntax