ikvm-fork/reflect/Reader
jfrijters 330313c596 Pass the outer context to ReadSig when the member's declaring type isn't generic, to support the usage of generic parameters in array signatures (when you call one of the runtime synthesized array methods on a generic type array e.g. T[] array; array.Set(0, default(T));) 2010-06-30 07:28:11 +00:00
..
AssemblyReader.cs Implemented custom attribute filtering at the source. Added support for custom attribute sub typing. 2010-05-20 09:25:30 +00:00
ByteReader.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
EventInfoImpl.cs Made property and event public/static flag handling compatible with .NET 2010-02-26 09:26:20 +00:00
Field.cs Support fields that have an RVA, but where it is set to zero (C++/CLI does this). 2010-06-30 07:18:35 +00:00
GenericTypeParameter.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MetadataReader.cs - Assembly version number parts should be treated as unsigned shorts. 2010-04-02 03:52:22 +00:00
Method.cs Copy/paste bug. 2010-05-20 09:28:44 +00:00
ModuleReader.cs Pass the outer context to ReadSig when the member's declaring type isn't generic, to support the usage of generic parameters in array signatures (when you call one of the runtime synthesized array methods on a generic type array e.g. T[] array; array.Set(0, default(T));) 2010-06-30 07:28:11 +00:00
PEReader.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
PropertyInfoImpl.cs Made property and event public/static flag handling compatible with .NET 2010-02-26 09:26:20 +00:00
ResourceModule.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
TypeDefImpl.cs Fixed __GetGenericArgumentsOptionalCustomModifiers() and __GetGenericArgumentsRequiredCustomModifiers() as they should return an array with the same number of elements as the number of generic arguments, even if there aren't any modifiers. 2010-05-07 13:29:05 +00:00