Skip to content
Concord

Interface IPatchDeclarationProvider

Namespace
Concord
Assembly
Concord.Orchestration.dll

Enumerates the PatchAttribute declarations of an assembly without a reflection scan. Implemented by the registry type a PatchRegistryAttribute points at, normally emitted by Concord.Generators.

public interface IPatchDeclarationProvider

Properties

Declarations

Gets every declaration type in the assembly, in deterministic order.

IReadOnlyList<Type> Declarations { get; }

Property Value

IReadOnlyList<Type>