42 instantiations of CodeMemberProperty
System.Activities (3)
System.Data (2)
System.Data.Entity.Design (3)
System.Data.Services.Design (3)
System.Management (12)
System.Runtime.Serialization (2)
System.ServiceModel (1)
System.Web (10)
System.Web.Services (2)
System.Xml (1)
XamlBuildTask (3)
113 references to CodeMemberProperty
System (20)
System.Activities (6)
System.Data (11)
fx\src\data\System\Data\CodeGen\datacache.cs (11)
393CodeMemberProperty countProp = PropertyDecl(typeof(System.Int32), "Count", MemberAttributes.Public | MemberAttributes.Final); {
404CodeMemberProperty colProp = PropertyDecl(typeof(DataColumn), TableColumnPropertyName(column), MemberAttributes.Assembly | MemberAttributes.Final); {
413CodeMemberProperty thisIndex = PropertyDecl(stRowConcreateClassName, "Item", MemberAttributes.Public | MemberAttributes.Final); {
809 CodeMemberProperty rowProp = PropertyDecl(DataType, rowColumnName, MemberAttributes.Public | MemberAttributes.Final); {
943CodeMemberProperty anotherProp = PropertyDecl(ParentTypedRowName, ParentPropertyName(relation), MemberAttributes.Public | MemberAttributes.Final); {
984CodeMemberProperty rowProp = PropertyDecl(stRowConcreateClassName, "Row", MemberAttributes.Public | MemberAttributes.Final); {
1359CodeMemberProperty prop = PropertyDecl(TableClassName(dataSet.Tables[i]), TableProperty, MemberAttributes.Public | MemberAttributes.Final); {
1514private static CodeMemberProperty PropertyDecl(String type, String name, MemberAttributes attributes) {
1515CodeMemberProperty property = new CodeMemberProperty(); {
1523private static CodeMemberProperty PropertyDecl(Type type, String name, MemberAttributes attributes) {
1524CodeMemberProperty property = new CodeMemberProperty(); {
System.Data.Entity.Design (19)
System.Data.Services.Design (17)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (8)
48public CodeMemberProperty EmitPropertyDeclaration(CodeTypeReference propertyReturnType)
51CodeMemberProperty memberProperty = EmitPropertyDeclaration(scope, propertyReturnType, IsVirtualProperty, HidesBaseClassProperty);
76CodeMemberProperty memberProperty = EmitPropertyDeclaration(eventArgs.ReturnType);
183private void EmitCustomAttributes(CodeMemberProperty memberProperty,
190private void EmitPropertyGetter(CodeMemberProperty memberProperty, List<CodeStatement> additionalGetStatements)
318private void EmitPropertySetter(CodeMemberProperty memberProperty, List<CodeStatement> additionalSetStatements, List<CodeStatement> additionalAfterSetStatements)
834private CodeMemberProperty EmitPropertyDeclaration(MemberAttributes scope, CodeTypeReference propertyType, bool isVirtual,
839CodeMemberProperty memberProperty = new CodeMemberProperty();
System.Management (3)
System.Runtime.Serialization (9)
System\Runtime\Serialization\CodeExporter.cs (9)
883CodeMemberProperty property = CreateProperty(memberType, propertyName, fieldName, dataMember.MemberTypeContract.IsValueType && SupportsDeclareValueTypes, raisePropertyChanged);
1046CodeMemberProperty extensionDataObjectProperty = ExtensionDataObjectProperty;
1643CodeMemberProperty NodeArrayProperty
1793CodeMemberProperty SerializationInfoProperty
1878CodeMemberProperty ExtensionDataObjectProperty
1882CodeMemberProperty extensionDataObjectProperty = new CodeMemberProperty();
1932CodeMemberProperty CreateProperty(CodeTypeReference type, string propertyName, string fieldName, bool isValueType)
1937CodeMemberProperty CreateProperty(CodeTypeReference type, string propertyName, string fieldName, bool isValueType, bool raisePropertyChanged)
1939CodeMemberProperty property = new CodeMemberProperty();
System.ServiceModel (2)
System.Web (10)
System.Web.Services (4)
System.Workflow.ComponentModel (5)
System.Xml (4)
XamlBuildTask (3)