Skip to content

Instantly share code, notes, and snippets.

@ldaniel
Created March 12, 2012 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldaniel/2021922 to your computer and use it in GitHub Desktop.
Save ldaniel/2021922 to your computer and use it in GitHub Desktop.
Pseudo-código para potenciais métodos não usados
SELECT
[method name]
FROM
[my entire solution]
WHERE
MethodCa == 0 AND
!MethodIsPublic AND
!MethodIsProtected AND
!MethodIsEntryPoint AND
!MethodIsExplicitInterfaceImplementation AND
!MethodIsClassConstructor AND
!MethodIsFinalizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment