1 write to _binder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
20
_binder
= binder;
22 references to _binder
Microsoft.CSharp (22)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (22)
195
&& CSemanticChecker.CheckTypeAccess(_typeDest,
_binder
.Context.ContextForMemberLookup))
199
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest, _exprSrc.Flags & EXPRFLAG.EXF_CANTBENULL);
217
return
_binder
.bindUserDefinedConversion(_exprSrc, _typeSrc, _typeDest, _needsExprDest, out _exprDest, true);
289
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest, EXPRFLAG.EXF_UNBOX);
299
(ConversionFunc)
_binder
.BindExplicitConversion :
300
(ConversionFunc)
_binder
.BindImplicitConversion;
354
return 0 == (_flags & CONVERTTYPE.NOUDC) &&
_binder
.bindUserDefinedConversion(_exprSrc, _typeSrc, nubDst, _needsExprDest, out _exprDest, 0 == (_flags & CONVERTTYPE.ISEXPLICIT));
362
return 0 == (_flags & CONVERTTYPE.NOUDC) &&
_binder
.bindUserDefinedConversion(_exprSrc, _typeSrc, nubDst, _needsExprDest, out _exprDest, 0 == (_flags & CONVERTTYPE.ISEXPLICIT));
373
Expr arg1 =
_binder
.mustCast(_exprSrc, typeSrcBase);
375
?
_binder
.BindExplicitConversion(
377
:
_binder
.BindImplicitConversion(
386
exprDst.CastOfNonLiftedResultToLiftedType =
_binder
.mustCast(arg1, nubDst, 0);
451
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest, EXPRFLAG.EXF_BOX);
457
_binder
.bindSimpleCast(_exprDest, _typeDest, out _exprDest, EXPRFLAG.EXF_FORCE_UNBOX);
462
return 0 == (_flags & CONVERTTYPE.NOUDC) &&
_binder
.bindUserDefinedConversion(_exprSrc, nubSrc, _typeDest, _needsExprDest, out _exprDest, true);
507
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest, grfex);
526
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest);
596
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest, flags);
616
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest, EXPRFLAG.EXF_BOX | EXPRFLAG.EXF_CANTBENULL);
721
ConstCastResult result =
_binder
.bindConstantCast(_exprSrc, _typeDest, _needsExprDest, out _exprDest, false);
737
return
_binder
.bindUserDefinedConversion(_exprSrc, aggTypeSrc, _typeDest, _needsExprDest, out _exprDest, true);
740
_binder
.bindSimpleCast(_exprSrc, _typeDest, out _exprDest);