7 references to GetMethodReturnValueAnnotation
ILLink.RoslynAnalyzer (7)
DynamicallyAccessedMembersAnalyzer.cs (2)
179 var overrideMethodReturnAnnotation = FlowAnnotations.GetMethodReturnValueAnnotation (overrideMethod); 180 var baseMethodReturnAnnotation = FlowAnnotations.GetMethodReturnValueAnnotation (baseMethod);
TrimAnalysis\FlowAnnotations.cs (3)
27 if (GetMethodReturnValueAnnotation (method) != DynamicallyAccessedMemberTypes.None) 48 if (GetMethodReturnValueAnnotation (method) == DynamicallyAccessedMemberTypes.None) { 218 => GetMethodReturnValue (method, isNewObj, GetMethodReturnValueAnnotation (method.Method));
TrimAnalysis\MethodReturnValue.cs (1)
16 : this (methodSymbol, isNewObj, FlowAnnotations.GetMethodReturnValueAnnotation (methodSymbol))
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
154 if (methodSymbol.IsVirtual && FlowAnnotations.GetMethodReturnValueAnnotation (methodSymbol) != DynamicallyAccessedMemberTypes.None) {