When dragging a node port, the menu shown only contains nodes which have ports that can be connected to that dragged port type.
For example here, the dragged port of type ‘Test’, can’t be connected to any ports of the generated node of the static method ‘Test.LogSomething()’. Even though LogSomething is a member of Test, there are no input ports of type ‘Test’ here since the method is static.