BuiltIn.RewriteStepDependencies Property

Definition

Caution

RewriteStepDependencies will be removed in favor of each rewrite step declaring its dependencies.

[System.Obsolete("RewriteStepDependencies will be removed in favor of each rewrite step declaring its dependencies.")]
public static System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> RewriteStepDependencies { get; }
[<System.Obsolete("RewriteStepDependencies will be removed in favor of each rewrite step declaring its dependencies.")>]
RewriteStepDependencies : System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName>
Public Shared ReadOnly Property RewriteStepDependencies As ImmutableHashSet(Of QsQualifiedName)

Property Value

ImmutableHashSet<QsQualifiedName>
Attributes

Applies to