2 references to GetProperty
System.Private.CoreLib (2)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
59
_property = propertyHandle.
GetProperty
(_reader);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
81
if (optionalNameFilter == null || optionalNameFilter.Matches(propertyHandle.
GetProperty
(reader).Name, reader))