BuiltIn.RewriteStepDependencies Property
Definition
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.
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
- Attributes