IMessageLocationResolver Interface |
Provides a method that returns the file and line where a declaration (such as a Type or MethodInfo) is declared.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IMessageLocationResolver : IService
The IMessageLocationResolver type exposes the following members.
Name | Description | |
---|---|---|
GetMessageLocation |
Gets the file and line where a declaration is declared.
|