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