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