5 references to Expression_Property
ILLink.RoslynAnalyzer (5)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (4)
882case IntrinsicId.Expression_Property when calledMethod.HasParameterOfType((ParameterIndex)1, "System.Reflection.MethodInfo"): 920case IntrinsicId.Expression_Property: 922DynamicallyAccessedMemberTypes memberTypes = intrinsicId == IntrinsicId.Expression_Property 942if (intrinsicId == IntrinsicId.Expression_Property)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\Intrinsics.cs (1)
91=> IntrinsicId.Expression_Property,