Microsoft.Quantum.QsCompiler.DependencyAnalysis Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| CallGraph |
A kind of call graph whose nodes represent Q# callables or type parameterized callables. |
| CallGraphEdge |
Edge type for Call Graphs. |
| CallGraphEdgeBase |
Base class for call graph edge types. |
| CallGraphNode |
Node type that represents Q# callables. |
| CallGraphNodeBase |
Base class for call graph node types. |
| ConcreteCallGraph |
A kind of call graph whose nodes represent concrete instances of Q# callables. |
| ConcreteCallGraphEdge |
Edge type for Concrete Call Graphs. |
| ConcreteCallGraphNode |
Node type that represents concrete instances of Q# callables. |