6 references to MetadataSection
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (3)
579MetadataSection schemaSection = new MetadataSection(null, null, schema); 652section = new MetadataSection(MetadataSection.MetadataExchangeDialect, null, newSet); 671section = new MetadataSection(null, null, doc.DocumentElement);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs (1)
28: this(null, null, null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2289metadataSet.MetadataSections.Add(new MetadataSection(null, null, new MetadataReference(issuerMetadataAddress, AddressingVersion.WSAddressing10)));
Metadata\MetadataDocumentLoader.cs (1)
424_metadataSections.Add(new MetadataSection(null, null, unknownXml));