aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs
Commit message (Expand)AuthorAge
* Removed duplicate using statement from ReflectionUtil.csGravatar Adam Cozzette2018-05-29
* Fix to allow AOT compilers to play nicely with reflectionGravatar Jon Skeet2018-04-27
* Deliberately call simple code to avoid Unity linker pruningGravatar Jon Skeet2018-04-06
* Address review commentsGravatar Jon Skeet2018-03-27
* Work around an "old runtime" issue with reflectionGravatar Jon Skeet2018-03-27
* Introduce a compatiblity shim to support .NET 3.5 delegate creationGravatar Jon Skeet2018-03-27
* Change C# reflection to avoid using expression treesGravatar Jon Skeet2018-03-27
* Tidying up - fix a bunch of TODOs and remove outdated ones.Gravatar Jon Skeet2015-08-08
* Remove the usage of attributes for field/method discovery.Gravatar Jon Skeet2015-07-22
* Revamp to reflection.Gravatar Jon Skeet2015-07-21
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Gravatar Jon Skeet2015-07-17