FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (8)
118XmlSchema schema = SchemaHelper.GetSchemaWithGlobalElementDeclaration(element, _schemaSet);
372if (SchemaHelper.GetSchemaType(SchemaObjects, typeQName) != null)
377if (SchemaHelper.GetSchemaType(SchemaObjects, typeQName) == null)
394XmlSchemaType type = SchemaHelper.GetSchemaType(SchemaObjects, typeName);
736xmlDataContract.SetTopLevelElementName(SchemaHelper.GetGlobalElementDeclaration(_schemaSet, typeName, out isNullable));
940XmlSchemaElement topLevelElement = SchemaHelper.GetSchemaElement(SchemaObjects, typeName);
976XmlSchemaForm? elementForm = (element.Form == XmlSchemaForm.None) ? SchemaHelper.GetSchemaWithType(SchemaObjects, _schemaSet, typeName)?.ElementFormDefault : element.Form;
1074XmlSchemaForm? elementForm = (element.Form == XmlSchemaForm.None) ? SchemaHelper.GetSchemaWithType(SchemaObjects, _schemaSet, typeName)?.ElementFormDefault : element.Form;