I ran it through one of my open-source projects:
675 methods were decompiled successfully, but .NET Reflector failed to decompile 28 methods
.NET Reflector failed to decompile the following methods:
ProtoBuf.Property.Property.get_PropertyType
ProtoBuf.Property.Property.CreateSlave
ProtoBuf.Property.Property.CreateAlternative
ProtoBuf.Property.Property.GetValue
ProtoBuf.Property.Property.SetValue
ProtoBuf.Property.Property.get_DefaultValue
ProtoBuf.Property.Property.Deserialize
ProtoBuf.Property.Property.DeserializeImpl
ProtoBuf.Property.Property.OnBeforeInit
ProtoBuf.Property.Property.OnBeforeInit
ProtoBuf.Property.Property.ConvertValue
ProtoBuf.Property.Property..ctor
ProtoBuf.Property.Property.<OnBeforeInit>b__3
ProtoBuf.Property.Property.<OnBeforeInit>b__4
ProtoBuf.Property.Property.get_PropertyType
ProtoBuf.Property.Property.CreateSlave
ProtoBuf.Property.Property.CreateAlternative
ProtoBuf.Property.Property.GetValue
ProtoBuf.Property.Property.SetValue
ProtoBuf.Property.Property.get_DefaultValue
ProtoBuf.Property.Property.Deserialize
ProtoBuf.Property.Property.DeserializeImpl
ProtoBuf.Property.Property.OnBeforeInit
ProtoBuf.Property.Property.OnBeforeInit
ProtoBuf.Property.Property.ConvertValue
ProtoBuf.Property.Property..ctor
ProtoBuf.Property.Property.<OnBeforeInit>b__3
ProtoBuf.Property.Property.<OnBeforeInit>b__4
I don't think there are especially complex (
http://code.google.com/p/protobuf-net/source/browse/trunk/protobuf-net/Property/Property.cs, I think - note I'm using a
slightly older revision for the project in question, but not
too far from the HEAD)
I don't think there are especially complex (http://code.google.com/p/protobuf-net/source/browse/trunk/protobuf-net/Property/Property.cs, I think - note I'm using a slightly older revision for the project in question, but not too far from the HEAD)