1 write to allSchemas
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
130this.allSchemas = GatherSchemas(importer);
5 references to allSchemas
System.ServiceModel (5)
System\ServiceModel\Description\MessageContractImporter.cs (5)
142get { return this.allSchemas; } 665XmlSchemaComplexType complexType = GetElementComplexType(part.Element, allSchemas, out ns, out elementFormDefault); 682typeName = GetTypeName(FindSchemaElement(allSchemas, part.Element)); 693XmlSchemaSequence rootSequence = GetRootSequence(GetElementComplexType(part.Element, allSchemas, out ns, out elementFormDefault)); 717typeName = GetTypeName(FindSchemaElement(allSchemas, part.Element));