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