1 write to OptionalObjectThrough
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Property.cs (1)
22
OptionalObjectThrough
= pOptionalObjectThrough;
2 references to OptionalObjectThrough
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
829
if (prop.
OptionalObjectThrough
!= null)
831
type = prop.
OptionalObjectThrough
.Type;