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: 6.4.3.0 (6.4.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.
|
