aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/GeneratedCodeInfo.cs
Commit message (Collapse)AuthorAgeFilesLines
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-0/+66
Instead, introduce GeneratedCodeInfo which passes in what we need, and adjust the codegen to take account of this.