SymbolResolution.TryFindTestTargets Method

Definition

public static System.Collections.Immutable.ImmutableHashSet<string> TryFindTestTargets (System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> attributes);
Microsoft.Quantum.QsCompiler.SymbolResolution.TryFindTestTargets : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> -> System.Collections.Immutable.ImmutableHashSet<string>
Public Shared Function TryFindTestTargets (attributes As IEnumerable(Of QsDeclarationAttribute)) As ImmutableHashSet(Of String)

Parameters

Returns

ImmutableHashSet<String>

Applies to