AspectInstances
Gets the set of aspect instances that must be weaved.
Declaration
public IReadOnlyDictionary<ISymbol, IAspectInstance> AspectInstances { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<ISymbol, IAspectInstance> |
Metalama.Framework.Engine.AspectWeavers
Metalama.Framework.Engine.CodeFixes
Metalama.Framework.Engine.CodeModel
Metalama.Framework.Engine.Collections
Metalama.Framework.Engine.Diagnostics
Metalama.Framework.Engine.Formatting
Metalama.Framework.Engine.Metrics
Metalama.Framework.Engine.Services
Metalama.Framework.Engine.Utilities
Metalama.Framework.Engine.Utilities.Roslyn
Gets the set of aspect instances that must be weaved.
public IReadOnlyDictionary<ISymbol, IAspectInstance> AspectInstances { get; }
Type | Description |
---|---|
IReadOnlyDictionary<ISymbol, IAspectInstance> |