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