• Jon Skeet's avatar
    Refactoring of FieldDescriptor · 71e8dca0
    Jon Skeet authored
    This makes no externally visible behavioral changes. Internally and non-behaviorally:
    
    - We use a field (compiler-generated) to store the JsonName to avoid recomputing it repeatedly
    - The documentation for JsonName is updated to reflect the meaning better
    - Readonly autoprops and expression-bodied properties used where possible
    71e8dca0
FieldDescriptor.cs 14.6 KB