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