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