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