9 references to None
System.Data.Entity (2)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
675
PropertyBuilder propertyBuilder = TypeBuilder.DefineProperty(member.Name, System.Reflection.PropertyAttributes.
None
, baseProperty.PropertyType, Type.EmptyTypes);
1449
PropertyBuilder relationshipManagerProperty = typeBuilder.DefineProperty("RelationshipManager", System.Reflection.PropertyAttributes.
None
, typeof(RelationshipManager), Type.EmptyTypes);
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (1)
1685
get { return PropertyAttributes.
None
; }
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
134
return PropertyAttributes.
None
;
AuthoringOM\Design\ComponentSerializationService.cs (1)
775
return PropertyAttributes.
None
;
System.Xml (4)
System\Xml\Serialization\XmlSerializationILGen.cs (3)
136
PropertyAttributes.
None
,
475
PropertyAttributes.
None
,
498
PropertyAttributes.
None
,
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
982
PropertyAttributes.
None
,