4 references to EXF_MASK_ANY
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Call.cs (1)
15
| EXPRFLAG.EXF_NEWSTRUCTASSG | EXPRFLAG.EXF_IMPLICITSTRUCTASSG | EXPRFLAG.
EXF_MASK_ANY
)) == 0);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Cast.cs (1)
15
Debug.Assert((flags & ~(EXPRFLAG.EXF_CAST_ALL | EXPRFLAG.
EXF_MASK_ANY
)) == 0);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\CompoundOperator.cs (1)
13
Debug.Assert((flags & ~EXPRFLAG.
EXF_MASK_ANY
) == 0);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
17
| EXPRFLAG.
EXF_MASK_ANY
)) == 0);