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