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