1 write to _annotations
illink (1)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
74
_annotations
= context.Annotations.FlowAnnotations;
6 references to _annotations
illink (6)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (6)
108
=>
_annotations
.GetMethodParameterValue(parameter, dynamicallyAccessedMemberTypes);
113
return
_annotations
.GetFieldValue(field);
116
protected override MethodReturnValue GetReturnValue(MethodIL methodIL) =>
_annotations
.GetMethodReturnValue(methodIL.Method, isNewObj: false);
338
if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(
_annotations
, method))
354
if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(
_annotations
, field))
362
if (type.IsGenericInstance &&
_annotations
.HasGenericParameterAnnotation(type))