8 references to tryConvert
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
403Expr result = _binder.tryConvert(exprLocal, ctype) ?? _binder.mustCast(exprLocal, ctype); 890pArg = _binder.tryConvert(pArg, parameters[i]); 955Expr result = _binder.tryConvert(arg1, SymbolLoader.GetPredefindType(PredefinedType.PT_BOOL));
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1164named.Value = tryConvert(named.Value, substDestType); 1171rval = tryConvert(indir, substDestType); 1263named.Value = tryConvert(named.Value, elementType); 1267expr = tryConvert(expr, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1287tryConvert(pArgument, uofs.GetType()) ??