7 references to GetProperty
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
121
/// <item><see cref="System.Type.
GetProperty
(string, System.Type?)"/></item>
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
121
/// <item><see cref="System.Type.
GetProperty
(string, System.Type?)"/></item>
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
645
var prop = loaderType.
GetProperty
("Instance", instType);
PresentationFramework (1)
MS\Internal\Data\IndexedEnumerable.cs (1)
507
PropertyInfo pi = srcType.
GetProperty
("Count", typeof(int));
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilder.cs (1)
451
PropertyInfo declaredPi = pi.DeclaringType.UnderlyingSystemType.
GetProperty
(pi.Name, pi.PropertyType);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
400
property = _typeInfo.
GetProperty
(name, returnType);
System.Reflection.TypeExtensions (1)
System\Reflection\TypeExtensions.cs (1)
325
return type.
GetProperty
(name, returnType);