2 writes to _webReferenceOptions
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\XmlSerializerImportOptions.cs (2)
74_webReferenceOptions = new WsdlNS.WebReferenceOptions(); 79set { _webReferenceOptions = value; }
3 references to _webReferenceOptions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\XmlSerializerImportOptions.cs (3)
72if (_webReferenceOptions == null) 75_webReferenceOptions.CodeGenerationOptions = s_defaultCodeGenerationOptions; 77return _webReferenceOptions;