示例#1
0
 public bool IsCalledInANonConstructor(Method m)
 {
     return(this.setters.Where(pair => !mdDecoder.IsConstructor(pair.Key) && pair.Value.Contains(m)).Any());
 }