2 references to CreateProperty
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
525ExprProperty result = ExprFactory.CreateProperty(pReturnType, pObjectThrough, args, pMemGroup, pwt, mwtSet);
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (1)
58return ExprFactory.CreateProperty(typeBase, null, null, pMemGroup, pwt, null);