4 references to SetCustomAttribute
System.Data.Entity (4)
System\Data\Objects\Internal\EntityProxyFactory.cs (4)
809
field.
SetCustomAttribute
(new CustomAttributeBuilder(s_NonSerializedAttributeConstructor, emptyArray));
813
field.
SetCustomAttribute
(new CustomAttributeBuilder(s_IgnoreDataMemberAttributeConstructor, emptyArray));
814
field.
SetCustomAttribute
(new CustomAttributeBuilder(s_XmlIgnoreAttributeConstructor, emptyArray));
818
field.
SetCustomAttribute
(new CustomAttributeBuilder(s_ScriptIgnoreAttributeConstructor, emptyArray));