6 references to RequiresDataFlowAnalysis
illink (6)
Linker.Dataflow\FlowAnnotations.cs (1)
828
=>
RequiresDataFlowAnalysis
(method.Method);
Linker.Dataflow\ReflectionMethodBodyScanner.cs (3)
35
flowAnnotations.
RequiresDataFlowAnalysis
(methodDefinition) ||
44
context.Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(methodDefinition);
233
bool requiresDataFlowAnalysis = context.Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(calledMethodDefinition);
Linker.Steps\MarkStep.cs (2)
1326
if (property != null && Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(property.SetMethod))
1411
if (resolvedConstructor != null && Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(resolvedConstructor))