3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (3)
11014return node.Update(leftOperandOpt, rightOperandOpt, node.MethodOpt, type); 12735updatedNode = node.Update(leftOperandOpt, rightOperandOpt, methodOpt, infoAndType.Type!); 12740updatedNode = node.Update(leftOperandOpt, rightOperandOpt, methodOpt, node.Type);