6 references to HasDefaultConstructor
System.Xml (6)
System\Xml\Serialization\Types.cs (2)
248
get { return !
HasDefaultConstructor
|| ConstructorInaccessible; }
343
if (!IsValueType && !IsAbstract && !
HasDefaultConstructor
) {
System\Xml\Serialization\XmlSerializationReader.cs (2)
2919
if (mapping.TypeDesc.
HasDefaultConstructor
) {
3677
if (!member.Mapping.TypeDesc.
HasDefaultConstructor
) {
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
1272
if (mapping.TypeDesc.
HasDefaultConstructor
) {
2219
if (!member.Mapping.TypeDesc.
HasDefaultConstructor
) {