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