2 instantiations of BoundXmlComment
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_XmlLiterals.vb (1)
29
Return New
BoundXmlComment
(syntax, str, objectCreation, objectCreation.Type)
Generated\BoundNodes.xml.Generated.vb (1)
8062
Dim result = New
BoundXmlComment
(Me.Syntax, value, objectCreation, type, Me.HasErrors)
9 references to BoundXmlComment
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\BoundNodes.xml.Generated.vb (7)
8060
Public Function Update(value As BoundExpression, objectCreation As BoundExpression, type As TypeSymbol) As
BoundXmlComment
9609
Return VisitXmlComment(CType(node,
BoundXmlComment
), arg)
10265
Public Overridable Function VisitXmlComment(node As
BoundXmlComment
, arg As A) As R
10968
Public Overridable Function VisitXmlComment(node As
BoundXmlComment
) As BoundNode
11871
Public Overrides Function VisitXmlComment(node As
BoundXmlComment
) As BoundNode
12940
Public Overrides Function VisitXmlComment(node As
BoundXmlComment
) As BoundNode
14362
Public Overrides Function VisitXmlComment(node As
BoundXmlComment
, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (1)
14
Public Overrides Function VisitXmlComment(node As
BoundXmlComment
) As BoundNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
569
Public NotOverridable Overrides Function VisitXmlComment(node As
BoundXmlComment
) As BoundNode