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