Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. SELECT
  2.     [method name]
  3. FROM
  4.     [my entire solution]
  5. WHERE
  6.     MethodCa == 0 AND
  7.     !MethodIsPublic AND
  8.     !MethodIsProtected AND
  9.     !MethodIsEntryPoint AND
  10.     !MethodIsExplicitInterfaceImplementation AND
  11.     !MethodIsClassConstructor AND
  12.     !MethodIsFinalizer