It will show up on the references if you use meta-data notation instead of a string literal. eg:
someObject.sendMsg( SomeObjectClass::someMethod.name );
This also has the advantage of being automatically maintained should someone rename the method etc.
Yeah - in general "red literals" are to ...