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