3 references to GetParameterAnnotation
illink (3)
Linker.Dataflow\FlowAnnotations.cs (2)
734
=> GetMethodParameterValue (param,
GetParameterAnnotation
(param));
750
var damt =
GetParameterAnnotation
(param);
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
89
=> GetMethodParameterValue (parameter, _context.Annotations.FlowAnnotations.
GetParameterAnnotation
(parameter));