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