1 write to schemaSet
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1447this.schemaSet = GatherSchemas(importer);
29 references to schemaSet
dotnet-svcutil-lib (29)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (29)
1463return CanImportElement(FindSchemaElement(this.schemaSet, part.Element)); 1489return ImportParameterElement(FindSchemaElement(this.schemaSet, elementName), elementName.Namespace, isHeader, isMultiple); 1580return DataContractImporter.CanImport(schemaSet, element); 1586return DataContractImporter.CanImport(schemaSet, typeName); 1592XmlSchemaComplexType complexType = GetElementComplexType(elementName, schemaSet, out ns, out elementFormDefault); 1607element = FindSchemaElement(this.schemaSet, element.RefName); 1610if (!DataContractImporter.CanImport(schemaSet, element)) 1643XmlSchemaComplexType complexType = GetElementComplexType(elementName, schemaSet, out ns, out elementFormDefault); 1670DataContractImporter.Import(schemaSet, typeName); 1708typeName = DataContractImporter.Import(schemaSet, element); 1781XmlQualifiedName typeName = DataContractImporter.Import(schemaSet, element); 1795return DataContractImporter.CanImport(schemaSet, element); 1808DataContractImporter.Import(schemaSet, typeName); 1822return DataContractImporter.CanImport(schemaSet, typeName); 1838schemaSet.ValidationEventHandler += _compileValidationEventHandler; 1849schemaSet.ValidationEventHandler -= _compileValidationEventHandler; 1932CollectEncodedAndLiteralSchemas(importer.WsdlDocuments, _encodedSchemas, _literalSchemas, schemaSet); 1971XmlSchemaComplexType complexType = GetElementComplexType(elementName, schemaSet, out ns, out elementFormDefault); 2079schemaSet.Add(wsdl); 2080schemaSet.Add(soap); 2081schemaSet.Add(soapEncoding); 2082schemaSet.Add(fakeXsdSchema); 2083schemaSet.Add(fakeXmlSchema); 2084SchemaHelper.Compile(schemaSet, importer.Errors); 2085schemaSet.Remove(wsdl); 2086schemaSet.Remove(soap); 2087schemaSet.Remove(soapEncoding); 2088schemaSet.Remove(fakeXsdSchema); 2089schemaSet.Remove(fakeXmlSchema);