SyntaxTreeExtensions.GlobalCallableResolutions Method

Definition

public static System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable> GlobalCallableResolutions (this System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> syntaxTree);
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.GlobalCallableResolutions : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> -> System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName, Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable>
<Extension()>
Public Function GlobalCallableResolutions (syntaxTree As IEnumerable(Of QsNamespace)) As ImmutableDictionary(Of QsQualifiedName, QsCallable)

Parameters

syntaxTree
IEnumerable<QsNamespace>

Returns

ImmutableDictionary<QsQualifiedName,QsCallable>

Applies to