• csharptest's avatar
    Added the field name to all CodedOutputStream.Write??? calls · 90922db7
    csharptest authored
    Refactored 'speed' generated write of arrays to call Write???Array.  This may
    have impacted speed write speeds for arrays of non-reference types due to the
    use of non-generic IEnumerable and the subsequent boxing of value types.  This
    could be addressed later if desired.
    90922db7
MessageFieldGenerator.cs 7.48 KB