static bool IsGetEntryAssembly (MemberReference method) { return method.IsNamed ("System.Reflection", "Assembly", "GetEntryAssembly"); }
static bool IsInt64BitsToDouble (MemberReference method) { return method.IsNamed ("System", "BitConverter", "Int64BitsToDouble"); }