1 instantiation of PropertyBuilder
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
2201return new PropertyBuilder(
19 references to PropertyBuilder
mscorlib (6)
system\reflection\emit\cominterfaces.cs (1)
239[TypeLibImportClassAttribute(typeof(System.Reflection.Emit.PropertyBuilder))]
system\reflection\emit\typebuilder.cs (5)
2128public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, Type returnType, Type[] parameterTypes) 2133public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, 2140public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, 2150public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, CallingConventions callingConvention, 2162private PropertyBuilder DefinePropertyNoLock(String name, PropertyAttributes attributes, CallingConventions callingConvention,
System.Data.Entity (9)
System\Data\Objects\Internal\EntityProxyFactory.cs (9)
675PropertyBuilder propertyBuilder = TypeBuilder.DefineProperty(member.Name, System.Reflection.PropertyAttributes.None, baseProperty.PropertyType, Type.EmptyTypes); 734private void EmitBaseGetter(TypeBuilder typeBuilder, PropertyBuilder propertyBuilder, PropertyInfo baseProperty) 754private void EmitBaseSetter(TypeBuilder typeBuilder, PropertyBuilder propertyBuilder, PropertyInfo baseProperty) 870public bool EmitMember(TypeBuilder typeBuilder, EdmMember member, PropertyBuilder propertyBuilder, PropertyInfo baseProperty, BaseProxyImplementor baseImplementor) 1197public bool EmitMember(TypeBuilder typeBuilder, EdmMember member, PropertyBuilder propertyBuilder, PropertyInfo baseProperty, BaseProxyImplementor baseImplementor) 1224private void EmitScalarSetter(TypeBuilder typeBuilder, PropertyBuilder propertyBuilder, PropertyInfo baseProperty, bool isKeyMember) 1345private void EmitReferenceProperty(TypeBuilder typeBuilder, PropertyBuilder propertyBuilder, PropertyInfo baseProperty, NavigationProperty navProperty) 1369private void EmitCollectionProperty(TypeBuilder typeBuilder, PropertyBuilder propertyBuilder, PropertyInfo baseProperty, NavigationProperty navProperty) 1449PropertyBuilder relationshipManagerProperty = typeBuilder.DefineProperty("RelationshipManager", System.Reflection.PropertyAttributes.None, typeof(RelationshipManager), Type.EmptyTypes);
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
340PropertyBuilder pb = tb.DefineProperty(dp.Name, PropertyAttributes.HasDefault, dp.Type, null);
System.Xml (3)
System\Xml\Serialization\XmlSerializationILGen.cs (2)
134PropertyBuilder propertyBuilder = serializerContractTypeBuilder.DefineProperty( 473PropertyBuilder propertyBuilder = serializerContractTypeBuilder.DefineProperty(
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
980PropertyBuilder propertyBuilder = this.typeBuilder.DefineProperty(