8 instantiations of XmlElementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
28587
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
XmlElementSyntax
(o)
28598
ObjectBinder.RegisterTypeReader(GetType(XmlElementSyntax), Function(r) New
XmlElementSyntax
(r))
28642
Return new
XmlElementSyntax
(Me.Kind, newErrors, GetAnnotations, _startTag, _content, _endTag)
28646
Return new
XmlElementSyntax
(Me.Kind, GetDiagnostics, annotations, _startTag, _content, _endTag)
41030
Return New
XmlElementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newStartTag, newContent.Node, newEndTag)
52585
Dim result = New
XmlElementSyntax
(SyntaxKind.XmlElement, startTag, content.Node, endTag)
64663
Dim result = New
XmlElementSyntax
(SyntaxKind.XmlElement, startTag, content.Node, endTag, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
30901
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlElementSyntax
(kind, errors, annotations, DirectCast(startTag.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlElementStartTagSyntax), if(content IsNot Nothing, content.Green, Nothing), DirectCast(endTag.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlElementEndTagSyntax)), Nothing, 0)
8 references to XmlElementSyntax
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
28598
ObjectBinder.RegisterTypeReader(GetType(
XmlElementSyntax
), Function(r) New XmlElementSyntax(r))
37492
Public Overridable Function VisitXmlElement(ByVal node As
XmlElementSyntax
) As VisualBasicSyntaxNode
41019
Public Overrides Function VisitXmlElement(ByVal node As
XmlElementSyntax
) As VisualBasicSyntaxNode
52575
Friend Shared Function XmlElement(startTag As XmlElementStartTagSyntax, content As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endTag As XmlElementEndTagSyntax) As
XmlElementSyntax
52582
Return DirectCast(cached,
XmlElementSyntax
)
64653
Friend Function XmlElement(startTag As XmlElementStartTagSyntax, content As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endTag As XmlElementEndTagSyntax) As
XmlElementSyntax
64660
Return DirectCast(cached,
XmlElementSyntax
)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1271
Private Shared Function GenerateGreenXmlElement() As InternalSyntax.
XmlElementSyntax