1 write to _options
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
51
_options
= options;
9 references to _options
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (9)
75
if (
_options
!= null)
143
get { return (
_options
== null) ? false :
_options
.GenerateSerializable; }
148
get { return (
_options
== null) ? false :
_options
.GenerateInternal; }
153
get { return (
_options
== null) ? false :
_options
.EnableDataBinding; }
158
get { return (
_options
== null) ? null :
_options
.CodeProvider; }