1 instantiation of WrappedOptions
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1322WrappedOptions wrappedOptions = new WrappedOptions();
4 references to WrappedOptions
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
763if (this.importer.State.TryGetValue(typeof(WrappedOptions), out wrappedOptions)) 765wrapFlag = ((WrappedOptions)wrappedOptions).WrappedFlag;
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
1322WrappedOptions wrappedOptions = new WrappedOptions(); 1324importer.State.Add(typeof(System.ServiceModel.Channels.WrappedOptions), wrappedOptions);