Exemplo n.º 1
0
 public IEnumerable <AspectInstance> ProvideAspects(object targetElement)
 {
     return(IntroduceWeakListener.IntroduceWeakListenerForType(((LocationInfo)targetElement).DeclaringType));
 }
Exemplo n.º 2
0
 protected bool Equals(IntroduceWeakListener other)
 {
     return(true);
 }