3 references to GetParameterAnnotation
ILCompiler.Compiler (3)
Compiler\Dataflow\FlowAnnotations.cs (2)
993
=> GetMethodParameterValue(param,
GetParameterAnnotation
(param));
1009
var damt =
GetParameterAnnotation
(param);
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
216
=> GetMethodParameterValue(parameter, _annotations.
GetParameterAnnotation
(parameter));