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