3 references to GetFieldModel
System.Private.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
393
FieldModel? fieldModel = model.
GetFieldModel
(memberInfo);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
857
FieldModel? fieldModel = model.
GetFieldModel
(memberInfo);
1489
FieldModel? member = structModel.
GetFieldModel
(infos[0]);