3 writes to IsNullable
System.Runtime.Serialization (3)
System\Runtime\Serialization\ClassDataContract.cs (3)
914
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
970
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
993
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
8 references to IsNullable
System.Runtime.Serialization (8)
System\Runtime\Serialization\CodeExporter.cs (3)
646
CodeTypeReference keyTypeReference = GetElementTypeReference(keyMember.MemberTypeContract, keyMember.
IsNullable
);
647
CodeTypeReference valueTypeReference = GetElementTypeReference(valueMember.MemberTypeContract, valueMember.
IsNullable
);
872
(dataMember.
IsNullable
&& dataMember.MemberTypeContract.IsValueType));
System\Runtime\Serialization\DataMember.cs (2)
332
&& (
IsNullable
|| thisIsNullable) == (dataMember.
IsNullable
|| dataMemberIsNullable)
System\Runtime\Serialization\SchemaExporter.cs (2)
152
if (dataMember.
IsNullable
)
389
if (dataMember.
IsNullable
)
System\Runtime\Serialization\SchemaImporter.cs (1)
1145
if (dataMember.MemberTypeContract.IsValueType && dataMember.
IsNullable
)