3 references to PropWithType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
628
PropWithType pwt = new
PropWithType
(property, propertyType);
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (1)
55
PropWithType pwt = new
PropWithType
(prop, ats);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
18
Property = new
PropWithType
(propertySymbol, propertyType);