When using a Postsharp OnMethodBoundaryAspect, is there some way to get the calling assembly that initiated the call to a given method? GetCallingAssembly just returns the assembly that the method being called is in.
Note - I am having trouble with the postsharp forums, otherwise I would have posted it there.