2 references to RequiresDataFlowAnalysis
illink (2)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
50
return context.Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(fieldDefinition);
Linker.Steps\MarkStep.cs (1)
1242
if (field != null && Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(field)) {