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