2 references to MethodReturnValue
ILLink.RoslynAnalyzer (2)
TrimAnalysis\TrimAnalysisVisitor.cs (2)
127
return method.ReturnType.IsTypeInterestingForDataflow(isByRef: method.ReturnsByRef) ? new
MethodReturnValue
(method, isNewObj: false) : value;
393
var returnParameter = new
MethodReturnValue
(method, isNewObj: false);