IAdviceAnalyzer.Analyze Method |
Analyzes an advice.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
void Analyze( MethodDefDeclaration method )
Parameters
- method
- Type: PostSharp.Sdk.CodeModel.MethodDefDeclaration
The advice method.
The implementation of this method will typically store optimization information as a tag on method for later retrieval using a custom method.