• Jon Skeet's avatar
    Fix descriptor reflection in various ways · af259b77
    Jon Skeet authored
    - The protos are no longer publicly exposed at all
    - Oneof detection now works (as we default to -1, not 0)
    - OneofDescriptor exposes the fields in the oneof
    - Removed unnecessary code for replacing protos - remnant of extensions
    - There's now just the non-generic form of IDescriptor
    af259b77
ServiceDescriptor.cs 3.61 KB