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