17 references to MetadataSections
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (6)
497
foreach (MetadataSection innerSection in ((MetadataSet)section.Metadata).
MetadataSections
)
513
_metadataSet.
MetadataSections
.Add(section);
526
_metadataSet.
MetadataSections
.Add(section);
535
_metadataSet.
MetadataSections
.Add(section);
543
_metadataSet.
MetadataSections
.Add(section);
547
_metadataSet.
MetadataSections
.Add(section);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (3)
80
_sections = metadataSet.
MetadataSections
;
295
global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection> a = (global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection>)o.
@MetadataSections
;
470
global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection> a_0 = (global::System.Collections.ObjectModel.Collection<global::System.ServiceModel.Description.MetadataSection>)o.
@MetadataSections
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
134
set.
MetadataSections
.Add(MetadataSection.CreateFromServiceDescription(wsdl));
137
set.
MetadataSections
.Add(MetadataSection.CreateFromSchema(schema));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
67
this.ProcessMetadataDocuments(metadata.
MetadataSections
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2289
metadataSet.
MetadataSections
.Add(new MetadataSection(null, null, new MetadataReference(issuerMetadataAddress, AddressingVersion.WSAddressing10)));
2340
foreach (MetadataSection section in metadataSet.
MetadataSections
)
Metadata\MetadaExchangeResolver.cs (2)
57
return _metadataSet != null && _metadataSet.
MetadataSections
.Any((section) => section.Metadata is XmlSchema || section.Metadata is WsdlNS.ServiceDescription);
168
return _metadataSet.
MetadataSections
;
Metadata\ServiceDescriptor.cs (1)
140
(this.metadataDocumentLoader.MetadataSections as List<MetadataSection>).AddRange(newSet.
MetadataSections
);