Generated\BoundNodes.xml.Generated.cs (4)
7107if (argument != this.Argument || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(methodOpt, this.MethodOpt) || isExtensionMethod != this.IsExtensionMethod || wasTargetTyped != this.WasTargetTyped || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11897return node.Update(argument, node.MethodOpt, node.IsExtensionMethod, node.WasTargetTyped, type);
14323MethodSymbol? methodOpt = GetUpdatedSymbol(node, node.MethodOpt);
16655new TreeDumperNode("methodOpt", node.MethodOpt, null),