2 instantiations of BoundXmlContainerRewriterInfo
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_XmlLiterals.vb (2)
224Return New BoundXmlContainerRewriterInfo(objectCreation) 331Return New BoundXmlContainerRewriterInfo(
12 references to BoundXmlContainerRewriterInfo
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_XmlLiterals.vb (1)
221diagnostics As BindingDiagnosticBag) As BoundXmlContainerRewriterInfo
Generated\BoundNodes.xml.Generated.vb (8)
7864Public Sub New(syntax As SyntaxNode, declaration As BoundExpression, childNodes As ImmutableArray(Of BoundExpression), rewriterInfo As BoundXmlContainerRewriterInfo, type As TypeSymbol, Optional hasErrors As Boolean = False) 7892Private ReadOnly _RewriterInfo As BoundXmlContainerRewriterInfo 7893Public ReadOnly Property RewriterInfo As BoundXmlContainerRewriterInfo 7904Public Function Update(declaration As BoundExpression, childNodes As ImmutableArray(Of BoundExpression), rewriterInfo As BoundXmlContainerRewriterInfo, type As TypeSymbol) As BoundXmlDocument 8139Public Sub New(syntax As SyntaxNode, argument As BoundExpression, childNodes As ImmutableArray(Of BoundExpression), rewriterInfo As BoundXmlContainerRewriterInfo, type As TypeSymbol, Optional hasErrors As Boolean = False) 8167Private ReadOnly _RewriterInfo As BoundXmlContainerRewriterInfo 8168Public ReadOnly Property RewriterInfo As BoundXmlContainerRewriterInfo 8179Public Function Update(argument As BoundExpression, childNodes As ImmutableArray(Of BoundExpression), rewriterInfo As BoundXmlContainerRewriterInfo, type As TypeSymbol) As BoundXmlElement
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (3)
81Private Function VisitXmlContainer(rewriterInfo As BoundXmlContainerRewriterInfo) As BoundExpression 154Private Function VisitXmlContainerInExpressionLambda(rewriterInfo As BoundXmlContainerRewriterInfo) As BoundExpression 288rewriterInfo As BoundXmlContainerRewriterInfo,