Open sandboxFocus

Method WithSyntaxTreeTransformations

WithSyntaxTreeTransformations(IReadOnlyList<SyntaxTreeTransformation>?)

Returns a copy of the current IPartialCompilation where the SyntaxTrees have been modified.

Declaration
IPartialCompilation WithSyntaxTreeTransformations(IReadOnlyList<SyntaxTreeTransformation>? transformations = null)
Parameters
Type Name Description
IReadOnlyList<SyntaxTreeTransformation> transformations
Returns
Type Description
IPartialCompilation
See Also