2 writes to _metadataSet
dotnet-svcutil-lib (2)
Metadata\MetadaExchangeResolver.cs (2)
195_metadataSet = this.EndGetMetadata(result); 229_metadataSet = new MetadataSet(loader.MetadataSections);
3 references to _metadataSet
dotnet-svcutil-lib (3)
Metadata\MetadaExchangeResolver.cs (3)
57return _metadataSet != null && _metadataSet.MetadataSections.Any((section) => section.Metadata is XmlSchema || section.Metadata is WsdlNS.ServiceDescription); 168return _metadataSet.MetadataSections;