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