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