1 write to schemaSet
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1459this.schemaSet = GatherSchemas(importer);
29 references to schemaSet
System.ServiceModel (29)
System\ServiceModel\Description\MessageContractImporter.cs (29)
1475return CanImportElement(FindSchemaElement(this.schemaSet, part.Element)); 1501return ImportParameterElement(FindSchemaElement(this.schemaSet, elementName), elementName.Namespace, isHeader, isMultiple); 1592return DataContractImporter.CanImport(schemaSet, element); 1598return DataContractImporter.CanImport(schemaSet, typeName); 1604XmlSchemaComplexType complexType = GetElementComplexType(elementName, schemaSet, out ns, out elementFormDefault); 1619element = FindSchemaElement(this.schemaSet, element.RefName); 1622if (!DataContractImporter.CanImport(schemaSet, element)) 1655XmlSchemaComplexType complexType = GetElementComplexType(elementName, schemaSet, out ns, out elementFormDefault); 1682DataContractImporter.Import(schemaSet, typeName); 1720typeName = DataContractImporter.Import(schemaSet, element); 1793XmlQualifiedName typeName = DataContractImporter.Import(schemaSet, element); 1807return DataContractImporter.CanImport(schemaSet, element); 1820DataContractImporter.Import(schemaSet, typeName); 1834return DataContractImporter.CanImport(schemaSet, typeName); 1850schemaSet.ValidationEventHandler += compileValidationEventHandler; 1861schemaSet.ValidationEventHandler -= compileValidationEventHandler; 1945CollectEncodedAndLiteralSchemas(importer.WsdlDocuments, encodedSchemas, literalSchemas, schemaSet); 1984XmlSchemaComplexType complexType = GetElementComplexType(elementName, schemaSet, out ns, out elementFormDefault); 2092schemaSet.Add(wsdl); 2093schemaSet.Add(soap); 2094schemaSet.Add(soapEncoding); 2095schemaSet.Add(fakeXsdSchema); 2096schemaSet.Add(fakeXmlSchema); 2097SchemaHelper.Compile(schemaSet, importer.Errors); 2098schemaSet.Remove(wsdl); 2099schemaSet.Remove(soap); 2100schemaSet.Remove(soapEncoding); 2101schemaSet.Remove(fakeXsdSchema); 2102schemaSet.Remove(fakeXmlSchema);