public bool IsPrimitive(TypeReference type)
 {
     return(ProjectParser.IsPrimitive(type));
 }