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)
141
get { return
_allSchemas
; }
654
XmlSchemaComplexType complexType = GetElementComplexType(part.Element,
_allSchemas
, out ns, out elementFormDefault);
671
typeName = GetTypeName(FindSchemaElement(
_allSchemas
, part.Element));
682
XmlSchemaSequence rootSequence = GetRootSequence(GetElementComplexType(part.Element,
_allSchemas
, out ns, out elementFormDefault));
706
typeName = GetTypeName(FindSchemaElement(
_allSchemas
, part.Element));