1 instantiation of StructModel
System.Xml (1)
System\Xml\Serialization\Models.cs (1)
57model = new StructModel(type, typeDesc, this);
15 references to StructModel
System.Xml (15)
System\Xml\Serialization\Models.cs (1)
263if (StructModel.CheckPropertyRead(specifiedProperty)) {
System\Xml\Serialization\SoapReflectionImporter.cs (4)
228return ImportStructLikeMapping((StructModel)model, limiter); 294StructMapping ImportStructLikeMapping(StructModel model, RecursionLimiter limiter) { 347bool InitializeStructMembers(StructMapping mapping, StructModel model, RecursionLimiter limiter) { 351StructMapping baseMapping = ImportStructLikeMapping((StructModel)modelScope.GetTypeModel(model.Type.BaseType, false), limiter);
System\Xml\Serialization\XmlReflectionImporter.cs (10)
398return ImportStructLikeMapping((StructModel)model, ns, openModel, a, limiter); 640StructMapping ImportStructLikeMapping(StructModel model, string ns, bool openModel, XmlAttributes a, RecursionLimiter limiter) { 699bool InitializeStructMembers(StructMapping mapping, StructModel model, bool openModel, string typeName, RecursionLimiter limiter) { 705if (!(baseModel is StructModel)) { 709StructMapping baseMapping = ImportStructLikeMapping((StructModel)baseModel, mapping.Namespace, openModel, null, limiter); 1219MemberMapping ImportFieldMapping(StructModel parent, FieldModel model, XmlAttributes a, string ns, RecursionLimiter limiter) { 1266Type GetChoiceIdentifierType(XmlChoiceIdentifierAttribute choice, StructModel structModel, bool isArrayLike, string accessorName) { 1976StructModel model; 1979internal ImportStructWorkItem(StructModel model, StructMapping mapping) { 1984internal StructModel Model { get { return model; } }