1 write to RepresentedMethod
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\SystemReflectionMethodBaseValue.cs (1)
17public SystemReflectionMethodBaseValue(MethodProxy representedMethod) => RepresentedMethod = representedMethod;
8 references to RepresentedMethod
ILLink.RoslynAnalyzer (8)
RequiresDynamicCodeAnalyzer.cs (1)
88&& !IsConstrainedToBeReferenceTypes(methodBaseValue.RepresentedMethod.GetGenericParameters()))
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (6)
241AddReturnValue(new RuntimeMethodHandleValue(methodBaseValue.RepresentedMethod)); 897if (MarkAssociatedProperty(methodBaseValue.RepresentedMethod)) 994ValidateGenericMethodInstantiation(method.RepresentedMethod, argumentValues[2], calledMethod); 995MarkMethod(method.RepresentedMethod); 1378ValidateGenericMethodInstantiation(methodBaseValue.RepresentedMethod, argumentValues[0], calledMethod); 1648MarkMethod(method.RepresentedMethod);
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\SystemReflectionMethodBaseValue.cs (1)
23public override string ToString() => this.ValueToString(RepresentedMethod);