MetalamaAPI documentationAspect APIMetalama.​Framework.​ProjectIExecution­ScenarioCaptures­Non­Observable­Transformations
Open sandboxFocus

IExecutionScenario.CapturesNonObservableTransformations Property

CapturesNonObservableTransformations

Gets a value indicating whether the current execution context is interested by non-observable transformations, i.e. transformations that affect the implementation of an existing declaration, but does not add, remove or modify characteristics that are observable outside of the declaration. It is generally useless to add non-observable transformations in a context that does not support them (they will be ignored anyway).

Declaration
bool CapturesNonObservableTransformations { get; }
Property Value
Type Description
bool