2 references to GetProperties
System.Data.Services (2)
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
250
IgnorePropertiesAttribute.
GetProperties
(this.Type, true /*inherit*/, WebUtil.PublicInstanceBindingFlags));
611
HashSet<string> propertiesToBeIgnored = new HashSet<string>(IgnorePropertiesAttribute.
GetProperties
(parentResourceType.InstanceType, false /*inherit*/, bindingFlags), StringComparer.Ordinal);