AdviceAnalyzer.MethodExecutionLookups Property |
A dictionary mapping a method to an optimization flag. When a call to this method is detected in the advice, the corresponding
optimization flag is set (i.e. the optimization is disabled).
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected Dictionary<IMethod, long> MethodExecutionLookups { get; }