1 instantiation of FlowAnnotations
illink (1)
Linker\Annotations.cs (1)
79
FlowAnnotations = new
FlowAnnotations
(context);
8 references to FlowAnnotations
illink (8)
Linker.Dataflow\GenericArgumentDataFlow.cs (3)
73
internal static bool RequiresGenericArgumentDataFlow(
FlowAnnotations
flowAnnotations, MethodReference method)
95
internal static bool RequiresGenericArgumentDataFlow(
FlowAnnotations
flowAnnotations, FieldReference field)
100
internal static bool RequiresGenericArgumentDataFlow(
FlowAnnotations
flowAnnotations, TypeReference type)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (3)
22
readonly
FlowAnnotations
_annotations;
33
var
flowAnnotations = annotations.FlowAnnotations;
53
var
flowAnnotations = context.Annotations.FlowAnnotations;
Linker\Annotations.cs (1)
95
internal
FlowAnnotations
FlowAnnotations { get; }
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
27
private readonly
FlowAnnotations
_annotations;