7 references to GetProperty
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
123
/// <item><see cref="System.Type.
GetProperty
(string, System.Type?, System.Type[])"/></item>
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
123
/// <item><see cref="System.Type.
GetProperty
(string, System.Type?, System.Type[])"/></item>
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\RuntimeBinderExtensions.cs (1)
280
PropertyInfo property = memberInfo.
GetProperty
("MetadataToken", typeof(int), Type.EmptyTypes);
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\Utils.vb (1)
351
Dim [property] As PropertyInfo = MemberInfo.
GetProperty
("MetadataToken", GetType(Integer), Array.Empty(Of Type)())
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
432
public PropertyInfo? GetProperty(string name, Type[] types) =>
GetProperty
(name, null, types);
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1578
attributeType.
GetProperty
(name, type, Type.EmptyTypes)) ??
System.Reflection.TypeExtensions (1)
System\Reflection\TypeExtensions.cs (1)
349
return type.
GetProperty
(name, returnType, types);