3 references to SupportsDeclareValueTypes
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
805
if (classDataContract.IsValueType &&
SupportsDeclareValueTypes
)
872
CodeMemberProperty property = CreateProperty(memberType, propertyName, fieldName, dataMember.MemberTypeContract.IsValueType &&
SupportsDeclareValueTypes
, raisePropertyChanged);
1146
if (classDataContract.IsValueType &&
SupportsDeclareValueTypes
)