ikvm-fork/reflect/Reader
jfrijters 419a31babf Added ugly hack to fix infinite recursion for recursive type constraints. 2012-04-17 12:59:37 +00:00
..
AssemblyReader.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
ByteReader.cs Fix for big endian systems. Thanks to Marek Safar for reporting this. 2011-01-11 05:16:48 +00:00
EventInfoImpl.cs Moved GetEvents(), GetFields(), GetConstructors(), GetNestedTypes() and GetProperties() to a common implementation that fixes a number of bugs. 2012-04-10 06:18:32 +00:00
Field.cs Generalized sorted metadata table lookups with binary search. 2012-01-27 10:11:18 +00:00
GenericTypeParameter.cs Added ugly hack to fix infinite recursion for recursive type constraints. 2012-04-17 12:59:37 +00:00
MetadataReader.cs Metadata reading performance optimization. Inspired by Marek. 2011-02-14 05:54:46 +00:00
Method.cs Removed unused methods. 2012-01-30 14:22:37 +00:00
ModuleReader.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
PEReader.cs Remove unused constants. 2012-03-21 12:49:11 +00:00
PropertyInfoImpl.cs Moved GetEvents(), GetFields(), GetConstructors(), GetNestedTypes() and GetProperties() to a common implementation that fixes a number of bugs. 2012-04-10 06:18:32 +00:00
ResourceModule.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
TypeDefImpl.cs Bug fix. TypeDefImpl.__GetMethodImplMap() should populate typeArgs before using it. 2012-01-27 13:52:07 +00:00