4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
10763return node.Update(node.Local, node.HoistedField, type); 12578updatedNode = node.Update(local, hoistedField, infoAndType.Type!); 12583updatedNode = node.Update(local, hoistedField, node.Type);
Lowering\MethodToClassRewriter.cs (1)
410node.Update(node.Local, fieldSymbol, node.Type) :