MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeICompilationIs­Partial
Open sandboxFocus

ICompilation.IsPartial Property

IsPartial

Gets a value indicating whether the current compilation is partial, i.e. incomplete. Metalama uses partial compilations at design time, when only the closure of modified types are being incrementally recompiled.

Declaration
bool IsPartial { get; }
Property Value
Type Description
System.Boolean