6 references to RequiresDataFlowAnalysis
illink (6)
Linker.Dataflow\FlowAnnotations.cs (1)
781
=>
RequiresDataFlowAnalysis
(method.Method);
Linker.Dataflow\ReflectionMethodBodyScanner.cs (3)
33
context.Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(methodDefinition) ||
41
context.Annotations.FlowAnnotations.
RequiresDataFlowAnalysis
(methodDefinition);
186
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))