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