AdviceAnalyzer.Initialize Method |
Name | Description | |
---|---|---|
Initialize(ModuleDeclaration) |
Initializes the current AdviceAnalyzer. Implementations of this method must call
Initialize(ModuleDeclaration, IMethod, SerializationType).
They typically populate the dictionary MethodExecutionLookups.
| |
Initialize(ModuleDeclaration, IMethod, SerializationType) |
Initializes the current AdviceAnalyzer. This method must be invoked by implementations of Initialize(ModuleDeclaration).
|