| Name | Description |
---|
  | Explicit(String) | |
  | Explicit(String, Int32, Int32) |
Builds a MessageLocation explicitly by specifying a filename, line, and column.
|
  | Explicit(String, Int32, Int32, Int32, Int32) |
Builds a MessageLocation explicitly by specifying a filename, line, and column.
|
  | Of(Object) |
Builds a MessageLocation from an object representing an
element of code ( Type, MethodInfo, ConstructorInfo,
FieldInfo, IExpression, Assembly, ParameterInfo, EventInfo,
PropertyInfo or, if
you are using PostSharp SDK, any Declaration).
|
  | Of(Assembly) | |
  | Of(MemberInfo) | |
  | Of(ParameterInfo) | |
  | Of(IExpression) | |
  | Of(LocationInfo) | |
  | Of(SymbolSequencePoint) | |