1 instantiation of ExprClass
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
245
public static ExprClass CreateClass(CType type) => new
ExprClass
(type);
5 references to ExprClass
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
608
if (!(callingObject is
ExprClass
))
632
callingObject is
ExprClass
? null : callingObject, pwt, flags, null, pMemGroup);
668
Expr 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)
245
public static
ExprClass
CreateClass(CType type) => new ExprClass(type);