1 instantiation of RuntimePropertyInfo
mscorlib (1)
system\rttype.cs (1)
1410
new
RuntimePropertyInfo
(
35 references to RuntimePropertyInfo
mscorlib (35)
system\reflection\customattribute.cs (8)
154
internal static IList<CustomAttributeData> GetCustomAttributesInternal(
RuntimePropertyInfo
target)
1257
internal static bool IsDefined(
RuntimePropertyInfo
property, RuntimeType caType)
1491
internal static Object[] GetCustomAttributes(
RuntimePropertyInfo
property, RuntimeType caType)
1780
RuntimePropertyInfo
property = null;
1783
property = attributeType.GetProperty(name) as
RuntimePropertyInfo
;
1785
property = attributeType.GetProperty(name, type, Type.EmptyTypes) as
RuntimePropertyInfo
;
2538
internal static Attribute[] GetCustomAttributes(
RuntimePropertyInfo
property, RuntimeType caType, out int count)
2543
internal static bool IsDefined(
RuntimePropertyInfo
property, RuntimeType caType)
system\reflection\memberinfoserializationholder.cs (1)
152
if (((
RuntimePropertyInfo
)properties[i]).SerializationToString().Equals(m_signature2))
system\reflection\parameterinfo.cs (4)
250
args = ((
RuntimePropertyInfo
)MemberImpl).GetIndexParametersNoCopy();
443
internal RuntimeParameterInfo(RuntimeParameterInfo accessor,
RuntimePropertyInfo
property)
696
RuntimePropertyInfo
property = Member as
RuntimePropertyInfo
;
system\reflection\propertyinfo.cs (5)
44
left is
RuntimePropertyInfo
|| right is
RuntimePropertyInfo
)
240
RuntimePropertyInfo
m = o as
RuntimePropertyInfo
;
270
internal bool EqualsSig(
RuntimePropertyInfo
target)
system\rttype.cs (17)
1320
private unsafe
RuntimePropertyInfo
[] PopulateProperties(Filter filter)
1330
ListBuilder<
RuntimePropertyInfo
> list = new ListBuilder<
RuntimePropertyInfo
>();
1338
Dictionary<String, List<
RuntimePropertyInfo
>> csPropertyInfos = filter.CaseSensitive() ? null :
1339
new Dictionary<String, List<
RuntimePropertyInfo
>>();
1364
Dictionary<String, List<
RuntimePropertyInfo
>> csPropertyInfos,
1366
ref ListBuilder<
RuntimePropertyInfo
> list)
1409
RuntimePropertyInfo
propertyInfo =
1461
List<
RuntimePropertyInfo
> cache = csPropertyInfos.GetValueOrDefault(name);
1465
cache = new List<
RuntimePropertyInfo
>(1);
1584
private MemberInfoCache<
RuntimePropertyInfo
> m_propertyInfoCache;
1878
internal
RuntimePropertyInfo
[] GetPropertyList(MemberListType listType, string name)
1880
return GetMemberList<
RuntimePropertyInfo
>(ref m_propertyInfoCache, listType, name, CacheType.Property);
2185
RuntimePropertyInfo
property = null;
2186
RuntimePropertyInfo
[] candidates =
2864
RuntimePropertyInfo
[] cache = Cache.GetPropertyList(listType, name);
2872
RuntimePropertyInfo
propertyInfo = cache[i];