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.dll
Syntax
public interface IMessageLocationResolver : IService
Methods
Name | Description |
---|---|
GetMessageLocation(object) | Gets the file and line where a declaration is declared. |