26 references to MetadataSections
System.ServiceModel (26)
System\ServiceModel\Administration\ServiceInfo.cs (1)
122foreach (MetadataSection section in metadataExtension.Metadata.MetadataSections)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (4)
434metadataSet.MetadataSections.Add(MetadataSection.CreateFromServiceDescription(wsdl)); 438metadataSet.MetadataSections.Add(MetadataSection.CreateFromSchema(schema)); 442metadataSet.MetadataSections.Add(MetadataSection.CreateFromPolicy(xmlDoc, null)); 448metadataSet.MetadataSections.Add(mexDoc);
System\ServiceModel\Description\MetadataExchangeClient.cs (6)
532foreach (MetadataSection innerSection in ((MetadataSet)section.Metadata).MetadataSections) 549this.metadataSet.MetadataSections.Add(section); 562this.metadataSet.MetadataSections.Add(section); 571this.metadataSet.MetadataSections.Add(section); 579this.metadataSet.MetadataSections.Add(section); 583this.metadataSet.MetadataSections.Add(section);
System\ServiceModel\Description\MetadataSet.cs (3)
80this.sections = metadataSet.MetadataSections; 296global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection> a = (global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection>)o.@MetadataSections; 471global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection> a_0 = (global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection>)o.@MetadataSections;
System\ServiceModel\Description\ServiceMetadataExtension.cs (5)
544this.metadataLocationSet.MetadataSections.Add(metadataLocationSection); 590foreach (MetadataSection document in parent.Metadata.MetadataSections) 594metadataSet.MetadataSections.Add(document); 1153foreach (MetadataSection section in metadata.MetadataSections) 1167foreach (MetadataSection section in metadata.MetadataSections)
System\ServiceModel\Description\WsdlExporter.cs (2)
134set.MetadataSections.Add(MetadataSection.CreateFromServiceDescription(wsdl)); 137set.MetadataSections.Add(MetadataSection.CreateFromSchema(schema));
System\ServiceModel\Description\WsdlHelper.cs (2)
23if (metadataSet.MetadataSections.Count < 1) 31foreach (MetadataSection section in metadataSet.MetadataSections)
System\ServiceModel\Description\WsdlImporter.cs (1)
67this.ProcessMetadataDocuments(metadata.MetadataSections);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2290metadataSet.MetadataSections.Add(new MetadataSection(null, null, new MetadataReference(issuerMetadataAddress, AddressingVersion.WSAddressing10))); 2340foreach (MetadataSection section in metadataSet.MetadataSections)