9 references to BoundXmlComment
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\BoundNodes.xml.Generated.vb (7)
8086Public Function Update(value As BoundExpression, objectCreation As BoundExpression, type As TypeSymbol) As BoundXmlComment 9643Return VisitXmlComment(CType(node, BoundXmlComment), arg) 10299Public Overridable Function VisitXmlComment(node As BoundXmlComment, arg As A) As R 11002Public Overridable Function VisitXmlComment(node As BoundXmlComment) As BoundNode 11905Public Overrides Function VisitXmlComment(node As BoundXmlComment) As BoundNode 12974Public Overrides Function VisitXmlComment(node As BoundXmlComment) As BoundNode 14399Public Overrides Function VisitXmlComment(node As BoundXmlComment, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (1)
14Public Overrides Function VisitXmlComment(node As BoundXmlComment) As BoundNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
570Public NotOverridable Overrides Function VisitXmlComment(node As BoundXmlComment) As BoundNode