CompilationLoader.LoadedRewriteSteps 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.
Contains the Uri and names of all rewrite steps loaded from the specified dlls in the order in which they are executed.
public System.Collections.Immutable.ImmutableArray<(Uri, string)> LoadedRewriteSteps { get; }
member this.LoadedRewriteSteps : System.Collections.Immutable.ImmutableArray<ValueTuple<Uri, string>>
Public ReadOnly Property LoadedRewriteSteps As ImmutableArray(Of ValueTuple(Of Uri, String))