1 instantiation of StructModel
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (1)
60
model = new
StructModel
(type, typeDesc, this);
15 references to StructModel
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (1)
300
if (
StructModel
.CheckPropertyRead(specifiedProperty))
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (4)
249
return ImportStructLikeMapping((
StructModel
)model, limiter);
325
private StructMapping ImportStructLikeMapping(
StructModel
model, RecursionLimiter limiter)
383
private bool InitializeStructMembers(StructMapping mapping,
StructModel
model, RecursionLimiter limiter)
389
StructMapping baseMapping = ImportStructLikeMapping((
StructModel
)_modelScope.GetTypeModel(model.Type.GetTypeInfo().BaseType, false), limiter);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (10)
447
return ImportStructLikeMapping((
StructModel
)model, ns, openModel, a, limiter);
726
private StructMapping ImportStructLikeMapping(
StructModel
model, string ns, bool openModel, XmlAttributes a, RecursionLimiter limiter)
791
private bool InitializeStructMembers(StructMapping mapping,
StructModel
model, bool openModel, string typeName, RecursionLimiter limiter)
799
if (!(baseModel is
StructModel
))
804
StructMapping baseMapping = ImportStructLikeMapping((
StructModel
)baseModel, mapping.Namespace, openModel, null, limiter);
1399
private MemberMapping ImportFieldMapping(
StructModel
parent, FieldModel model, XmlAttributes a, string ns, RecursionLimiter limiter)
1456
private Type GetChoiceIdentifierType(XmlChoiceIdentifierAttribute choice,
StructModel
structModel, bool isArrayLike, string accessorName)
2276
private
StructModel
_model;
2279
internal ImportStructWorkItem(
StructModel
model, StructMapping mapping)
2285
internal
StructModel
Model { get { return _model; } }