EnhancedLocationInfo.OnInstanceInitializedMethod Property |
Gets the OnInstanceInitialized method, or null if none has been required.
OnInstanceInitialized is a pseudo-accessor added by the aspect infrastructure (AspectInfrastructureTask),
invoked just after the base constructor has been called. The method can be used
as a standard target for transformations.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public MethodDefDeclaration OnInstanceInitializedMethod { get; }