Navigation: X# Documentation > X# Compiler Errors and Warnings
Warning XS0169
The field '{0}' is never used
This warning will be shown when you declare a private field or method and you are never using that inside the class where it is defined.