MetalamaAPI documentationIntrospection APIMetalama.​Framework.​WorkspacesProjectTransformations
Open sandboxFocus

Project.Transformations Property

Transformations

Gets the list of transformations applied to source code.

Declaration
public ImmutableArray<IIntrospectionTransformation> Transformations { get; }
Property Value
Type Description
ImmutableArray<IIntrospectionTransformation>
Implements
IIntrospectionCompilationDetails.Transformations