aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changing reflection namespace (part 1)Jon Skeet2015-07-141-79/+0
| | | | | | | - Move types into Google.Protobuf.Reflection - Change codegen to reflect that in generated types Generated code changes coming in part 2
* Fix descriptor reflection in various waysJon Skeet2015-07-091-22/+23
| | | | | | | | - 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
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-5/+5
| | | | | | Everything should now be consistent - the only difference between files is the year (aside from generated files). Fixes issue #531.
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-2/+2
| | | | pretty slow right now.
* Add oneof support for C#Jie Luo2015-05-291-0/+78