4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
11208return node.Update(local, hoistedField, type); 13174updatedNode = node.Update(local, hoistedField, infoAndType.Type!); 13179updatedNode = node.Update(local, hoistedField, node.Type);
Lowering\MethodToClassRewriter.cs (1)
228node.Update(node.Local, fieldSymbol, node.Type) :