internal bool TryGetValue(NRefactory.BinaryOperatorType @operator, out CheckedUncheckedEntry entry) {
     return _methods.TryGetValue(@operator, out entry);
 }
 internal bool TryGetValue(NRefactory.BinaryOperatorType @operator, out CheckedUncheckedEntry entry)
 {
     return(_methods.TryGetValue(@operator, out entry));
 }