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