3 references to _xmlFixupData
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\LocalRewriter\LocalRewriter.vb (2)
180If Not rewriter._xmlFixupData.IsEmpty Then 181result = InsertXmlLiteralsPreamble(result, rewriter._xmlFixupData.MaterializeAndFree())
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (1)
283Me._xmlFixupData.AddLocal(local, New BoundAssignmentOperator(syntax, boundLocal, expr, suppressObjectClone:=True, type:=type))