1 write to _allSchemas
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
129_allSchemas = GatherSchemas(importer);
5 references to _allSchemas
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (5)
141get { return _allSchemas; } 654XmlSchemaComplexType complexType = GetElementComplexType(part.Element, _allSchemas, out ns, out elementFormDefault); 671typeName = GetTypeName(FindSchemaElement(_allSchemas, part.Element)); 682XmlSchemaSequence rootSequence = GetRootSequence(GetElementComplexType(part.Element, _allSchemas, out ns, out elementFormDefault)); 706typeName = GetTypeName(FindSchemaElement(_allSchemas, part.Element));