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)
75if (_options != null) 143get { return (_options == null) ? false : _options.GenerateSerializable; } 148get { return (_options == null) ? false : _options.GenerateInternal; } 153get { return (_options == null) ? false : _options.EnableDataBinding; } 158get { return (_options == null) ? null : _options.CodeProvider; }