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