1 write to allSchemas
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
410
allSchemas
= new XmlSchemas();
13 references to allSchemas
System.Web.Services (13)
System\Web\Services\Description\ServiceDescriptionImporter.cs (13)
218
get { return
allSchemas
; }
402
foreach (XmlSchema s in
allSchemas
.GetSchemas(import.Namespace)) {
412
allSchemas
.Add(schema);
416
allSchemas
.Add(schema);
420
if (!
allSchemas
.Contains(ServiceDescription.Namespace)) {
421
allSchemas
.AddReference(ServiceDescription.Schema);
424
if (!
allSchemas
.Contains(Soap.Encoding)) {
425
allSchemas
.AddReference(ServiceDescription.SoapEncodingSchema);
428
allSchemas
.Compile(null, false);
446
XmlSchemaElement element = (XmlSchemaElement)
allSchemas
.Find(part.Element, typeof(XmlSchemaElement));
450
XmlSchemaType type = (XmlSchemaType)
allSchemas
.Find(element.SchemaTypeName, typeof(XmlSchemaType));
458
XmlSchemaType type = (XmlSchemaType)
allSchemas
.Find(part.Type, typeof(XmlSchemaType));
485
foreach (XmlSchema schema in
allSchemas
) {