3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Binder\SwitchBinder_Patterns.cs (1)
131
sectionBuilder.Add(oldSection.
Update
(oldSection.Locals, labelBuilder.ToImmutableAndFree(), oldSection.Statements));
Generated\BoundNodes.xml.Generated.cs (2)
11785
return node.
Update
(locals, switchLabels, statements);
13880
return node.
Update
(locals, switchLabels, statements);