1 write to options
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
51
this.
options
= options;
9 references to options
System.Runtime.Serialization (9)
System\Runtime\Serialization\CodeExporter.cs (9)
75
if (this.
options
!= null)
145
get { return (
options
== null) ? false :
options
.GenerateSerializable; }
150
get { return (
options
== null) ? false :
options
.GenerateInternal; }
155
get { return (
options
== null) ? false :
options
.EnableDataBinding; }
160
get { return (
options
== null) ? null :
options
.CodeProvider; }