2 writes to PropertyCodeRefType
System.Web (2)
Profile\HttpProfileBase.cs (2)
339prop.PropertyCodeRefType = new CodeTypeReference(pps.Type); 342prop.PropertyCodeRefType = new CodeTypeReference(t);
1 reference to PropertyCodeRefType
System.Web (1)
Compilation\ProfileBuildProvider.cs (1)
191prop.Type = property.PropertyCodeRefType;