JIT disasm only recognizes member access via `:` For example if you want to test `Console.WriteLine()` method, you should type in `Console:WriteLine()` Possible solutions: 1. Replace all dots in user input with colons 2. Add note in the input tooltip about this behavior