aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-241-0/+10
* Removed duplicate using statement from ReflectionUtil.csAdam Cozzette2018-05-291-4/+0
* Fix to allow AOT compilers to play nicely with reflectionJon Skeet2018-04-271-18/+23
* Deliberately call simple code to avoid Unity linker pruningJon Skeet2018-04-061-0/+19
* Address review commentsJon Skeet2018-03-271-5/+13
* Work around an "old runtime" issue with reflectionJon Skeet2018-03-271-5/+51
* Introduce a compatiblity shim to support .NET 3.5 delegate creationJon Skeet2018-03-271-0/+4
* Change C# reflection to avoid using expression treesJon Skeet2018-03-271-33/+53
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-12/+12
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-20/+1
* Revamp to reflection.Jon Skeet2015-07-211-0/+20
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+106