1 write to XmlnsAttributes
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_XmlLiterals.vb (1)
1397Me.XmlnsAttributes = xmlnsAttributes
2 references to XmlnsAttributes
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (2)
104attributes = CreateTempLocal(syntax, rewriterInfo.XmlnsAttributesPlaceholder.Type, VisitExpressionNode(rewriterInfo.XmlnsAttributes), sideEffects) 214attributes = CreateTempLocalInExpressionLambda(syntax, rewriterInfo.XmlnsAttributesPlaceholder.Type, VisitExpressionNode(rewriterInfo.XmlnsAttributes))