6 references to EXF_UNBOXRUNTIME
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (2)
340
Debug.Assert((pExpr.Flags & EXPRFLAG.
EXF_UNBOXRUNTIME
) == 0);
369
if ((pExpr.Flags & EXPRFLAG.
EXF_UNBOXRUNTIME
) != 0)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
733
callingObject.Flags |= EXPRFLAG.
EXF_UNBOXRUNTIME
;
1149
callingObject.Flags |= EXPRFLAG.
EXF_UNBOXRUNTIME
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
176
if ((pExpr.Flags & EXPRFLAG.
EXF_UNBOXRUNTIME
) != 0)
179
result.Flags |= EXPRFLAG.
EXF_UNBOXRUNTIME
;