4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
11198return node.Update(node.Method, node.GetMethodFromHandle, type); 13153updatedNode = node.Update(method, getMethodFromHandle, infoAndType.Type!); 13158updatedNode = node.Update(method, getMethodFromHandle, node.Type);
Lowering\MethodToClassRewriter.cs (1)
219return node.Update(rewrittenMethod, node.GetMethodFromHandle, node.Type);