6 references to EXF_UNBOXRUNTIME
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (2)
339
Debug.Assert((pExpr.Flags & EXPRFLAG.
EXF_UNBOXRUNTIME
) == 0);
368
if ((pExpr.Flags & EXPRFLAG.
EXF_UNBOXRUNTIME
) != 0)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
712
callingObject.Flags |= EXPRFLAG.
EXF_UNBOXRUNTIME
;
1123
callingObject.Flags |= EXPRFLAG.
EXF_UNBOXRUNTIME
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
175
if ((pExpr.Flags & EXPRFLAG.
EXF_UNBOXRUNTIME
) != 0)
178
result.Flags |= EXPRFLAG.
EXF_UNBOXRUNTIME
;