2 writes to IsNullable
System.Runtime.Serialization (2)
System\Runtime\Serialization\DataMember.cs (2)
93set { helper.IsNullable = value; } 169this.IsNullable = isNullable;
1 reference to IsNullable
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataMember.cs (1)
91get { return helper.IsNullable; }