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