8 references to Update
Microsoft.CodeAnalysis.VisualBasic (8)
BoundTree\BoundLocal.vb (1)
33
Return
Update
(_LocalSymbol, False, Type)
Generated\BoundNodes.xml.Generated.vb (1)
12745
Return node.
Update
(node.LocalSymbol, node.IsLValue, type)
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (1)
814
Return node.
Update
(_replacement, node.IsLValue, node.Type)
Lowering\UseTwiceRewriter.vb (5)
89
boundTemp = boundTemp.
Update
(boundTemp.LocalSymbol, isLValue:=True, type:=boundTemp.Type)
95
boundTemp = boundTemp.
Update
(boundTemp.LocalSymbol, isLValue:=True, type:=boundTemp.Type)
321
boundTemp = boundTemp.
Update
(boundTemp.LocalSymbol, isLValue:=True, type:=boundTemp.Type)
348
cloneTemp.
Update
(cloneTemp.LocalSymbol, isLValue:=True, cloneTemp.Type),
354
cloneTemp.
Update
(cloneTemp.LocalSymbol, isLValue:=True, cloneTemp.Type),