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