4 references to GetReflectionAccessDiagnostics
ILLink.RoslynAnalyzer (4)
DynamicallyAccessedMembersTypeHierarchy.cs (3)
31reflectionAccessAnalyzer.GetReflectionAccessDiagnostics(typeLocation, baseType, annotationToApplyToBase, declaredOnly: false); 46reflectionAccessAnalyzer.GetReflectionAccessDiagnostics(typeLocation, iface, annotationToApplyToInterfaces, declaredOnly: false); 53reflectionAccessAnalyzer.GetReflectionAccessDiagnostics(typeLocation, type, annotation, declaredOnly: true);
TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
38_reflectionAccessAnalyzer.GetReflectionAccessDiagnostics(_diagnosticContext.Location, type.Type, dynamicallyAccessedMemberTypes);