8 references to tryConvert
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
416Expr result = _binder.tryConvert(exprLocal, ctype) ?? _binder.mustCast(exprLocal, ctype); 913pArg = _binder.tryConvert(pArg, parameters[i]); 979Expr result = _binder.tryConvert(arg1, SymbolLoader.GetPredefindType(PredefinedType.PT_BOOL));
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1189named.Value = tryConvert(named.Value, substDestType); 1196rval = tryConvert(indir, substDestType); 1288named.Value = tryConvert(named.Value, elementType); 1292expr = tryConvert(expr, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1312tryConvert(pArgument, uofs.GetType()) ??