private void HighlightField(AccessMethod access, string propertyName, IElement nameAttribute, string className, IField field) {
     if (field == null) {
         AddHighlighting(nameAttribute, new PropertyHighlighting(string.Format("Field '{0}' not found in class '{1}'", access.Name(propertyName), className)));
     }
 }