3 references to SupportsDeclareValueTypes
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
816if (classDataContract.IsValueType && SupportsDeclareValueTypes) 883CodeMemberProperty property = CreateProperty(memberType, propertyName, fieldName, dataMember.MemberTypeContract.IsValueType && SupportsDeclareValueTypes, raisePropertyChanged); 1136if (dataContract.IsValueType && SupportsDeclareValueTypes)