Implemented interface member:
method
GetGetMethod
System.Runtime.InteropServices._PropertyInfo.GetGetMethod()
97 references to GetGetMethod
mscorlib (7)
PresentationFramework (1)
System (2)
System.Activities (7)
System.Activities.Core.Presentation (2)
System.Activities.Presentation (2)
System.ComponentModel.DataAnnotations (1)
System.Core (1)
System.Data (3)
System.Data.Entity (7)
System.Data.Entity.Design (1)
System.Data.Linq (6)
System.Data.Services (4)
System.Data.Services.Client (17)
System\Data\Services\Client\ALinq\TypeSystem.cs (15)
61expressionMethodMap.Add(typeof(string).GetProperty("Length", typeof(int)).GetGetMethod(), @"length");
64expressionMethodMap.Add(typeof(DateTime).GetProperty("Day", typeof(int)).GetGetMethod(), @"day");
65expressionMethodMap.Add(typeof(DateTime).GetProperty("Hour", typeof(int)).GetGetMethod(), @"hour");
66expressionMethodMap.Add(typeof(DateTime).GetProperty("Month", typeof(int)).GetGetMethod(), @"month");
67expressionMethodMap.Add(typeof(DateTime).GetProperty("Minute", typeof(int)).GetGetMethod(), @"minute");
68expressionMethodMap.Add(typeof(DateTime).GetProperty("Second", typeof(int)).GetGetMethod(), @"second");
69expressionMethodMap.Add(typeof(DateTime).GetProperty("Year", typeof(int)).GetGetMethod(), @"year");
106typeof(string).GetProperty("Length", typeof(int)).GetGetMethod());
109typeof(DateTime).GetProperty("Day", typeof(int)).GetGetMethod());
112typeof(DateTime).GetProperty("Hour", typeof(int)).GetGetMethod());
115typeof(DateTime).GetProperty("Minute", typeof(int)).GetGetMethod());
118typeof(DateTime).GetProperty("Second", typeof(int)).GetGetMethod());
121typeof(DateTime).GetProperty("Month", typeof(int)).GetGetMethod());
124typeof(DateTime).GetProperty("Year", typeof(int)).GetGetMethod());
176MethodInfo mi = pi.GetGetMethod() ?? pi.GetSetMethod();
System.Data.Services.Design (1)
System.Drawing (1)
System.Management (1)
System.Runtime.Serialization (5)
System.ServiceModel (1)
System.Web (5)
System.Web.DynamicData (2)
System.Web.Extensions (4)
System.Web.Services (1)
System.Windows.Forms (1)
System.Workflow.ComponentModel (11)
System.Workflow.Runtime (1)
System.Xml (2)