3 writes to IsNullable
System.Runtime.Serialization (3)
System\Runtime\Serialization\ClassDataContract.cs (3)
914memberContract.IsNullable = DataContract.IsTypeNullable(memberContract.MemberType); 970memberContract.IsNullable = DataContract.IsTypeNullable(memberContract.MemberType); 993memberContract.IsNullable = DataContract.IsTypeNullable(memberContract.MemberType);
8 references to IsNullable
System.Runtime.Serialization (8)
System\Runtime\Serialization\CodeExporter.cs (3)
646CodeTypeReference keyTypeReference = GetElementTypeReference(keyMember.MemberTypeContract, keyMember.IsNullable); 647CodeTypeReference 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)
152if (dataMember.IsNullable) 389if (dataMember.IsNullable)
System\Runtime\Serialization\SchemaImporter.cs (1)
1145if (dataMember.MemberTypeContract.IsValueType && dataMember.IsNullable)