3 references to MethodAnnotations
illink (3)
Linker.Dataflow\FlowAnnotations.cs (3)
287
annotatedMethods.Add (new
MethodAnnotations
(method, paramAnnotations, returnAnnotation, genericParameterAnnotations));
352
annotatedMethods.Add (new
MethodAnnotations
(setMethod, paramAnnotations, DynamicallyAccessedMemberTypes.None, null));
383
annotatedMethods.Add (new
MethodAnnotations
(getMethod, getterAnnotation?.ParameterAnnotations, annotation, null));