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