System\Xml\Serialization\XmlSerializationReaderILGen.cs (8)
2208WriteCreateInstance(a, typeDesc.CannotNew, typeDesc.Type);
2234RaCodeGen.ILGenForCreateInstance(ilg, member.Mapping.TypeDesc.Type, typeDesc.CannotNew, true);
3262RaCodeGen.ILGenForCreateInstance(ilg, sm.TypeDesc.Type, sm.TypeDesc.CannotNew, false);
3263if (sm.TypeDesc.CannotNew)
3328RaCodeGen.ILGenForCreateInstance(ilg, derived.TypeDesc.Type, derived.TypeDesc.CannotNew, false);
3329if (derived.TypeDesc.CannotNew)
3485bool ctorInaccessible = mapping.TypeDesc.CannotNew;
3494RaCodeGen.ILGenForCreateInstance(ilg, mapping.TypeDesc.Type, mapping.TypeDesc.CannotNew, true);