7 references to @SchemaImporterExtensions
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1957foreach (string extTypeName in webReferenceOptions.SchemaImporterExtensions)
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
724webReferenceOptions.SchemaImporterExtensions.Add(typedDataSetSchemaImporterExtension.AssemblyQualifiedName); 725webReferenceOptions.SchemaImporterExtensions.Add(typeof(System.Data.DataSetSchemaImporterExtension).AssemblyQualifiedName);
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
278foreach (string extensionType in options.SchemaImporterExtensions) {
System\Web\Services\Description\WebReferenceOptions.cs (3)
214System.Collections.Specialized.StringCollection a = (System.Collections.Specialized.StringCollection)((System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions); 288System.Collections.Specialized.StringCollection a_1 = (System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions; 317System.Collections.Specialized.StringCollection a_1_0 = (System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions;