1 instantiation of ExprClass
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
245public static ExprClass CreateClass(CType type) => new ExprClass(type);
5 references to ExprClass
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
608if (!(callingObject is ExprClass)) 632callingObject is ExprClass ? null : callingObject, pwt, flags, null, pMemGroup); 668Expr field = _binder.BindToField(callingObject is ExprClass ? null : callingObject, fwt, 0);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
294|| op1 is ExprClass
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
245public static ExprClass CreateClass(CType type) => new ExprClass(type);