3 writes to IsNullable
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\ClassDataContract.cs (3)
866
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
921
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
947
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
8 references to IsNullable
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\DataMember.cs (2)
315
&& (
IsNullable
|| thisIsNullable) == (dataMember.
IsNullable
|| dataMemberIsNullable)
System\Runtime\Serialization\SchemaExporter.cs (2)
146
if (dataMember.
IsNullable
)
390
if (dataMember.
IsNullable
)
System\Runtime\Serialization\SchemaImporter.cs (1)
1137
if (dataMember.MemberTypeContract.IsValueType && dataMember.
IsNullable
)
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
679
CodeTypeReference? keyTypeReference = GetElementTypeReference(keyMember.MemberTypeContract, keyMember.
IsNullable
);
680
CodeTypeReference? valueTypeReference = GetElementTypeReference(valueMember.MemberTypeContract, valueMember.
IsNullable
);
861
(dataMember.
IsNullable
&& dataMember.MemberTypeContract.IsValueType));