1 write to _annotations
illink (1)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
58
_annotations
= context.Annotations.FlowAnnotations;
3 references to _annotations
illink (3)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (3)
92
=>
_annotations
.GetMethodParameterValue (parameter, dynamicallyAccessedMemberTypes);
94
protected override MultiValue GetFieldValue (FieldReference field) =>
_annotations
.GetFieldValue (field);
96
protected override MethodReturnValue GetReturnValue (MethodDefinition method) =>
_annotations
.GetMethodReturnValue (method, isNewObj: false);