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