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