Files
codeql/csharp/ql/lib/change-notes/2024-09-19-reduced-dataflow-nodes.md
Chris Smowton bb82dc1b18 Change note
2024-09-19 15:12:11 +01:00

507 B

category
category
minorAnalysis
  • DataFlow::Node instances are no longer created for library methods and fields that are not callable (either statically or dynamically) or otherwise referred to from source code. This may affect third-party queries that use these nodes to identify library methods or fields that are present in DLL files where those methods or fields are unreferenced. If this presents a problem, consider using Callable and other non-dataflow classes to identify such library entities.