8 references to Name
System.Xml (8)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
621
member.Name = model.
Name
;
634
string accessorName = model.
Name
;
System\Xml\Serialization\XmlReflectionImporter.cs (6)
341
return new InvalidOperationException(Res.GetString(model.IsProperty ? Res.XmlPropertyReflectionError : Res.XmlFieldReflectionError, model.
Name
), e);
1204
choiceIdentifierType = GetChoiceIdentifierType(a.XmlChoiceIdentifier, xmlReflectionMembers, typeDesc.IsArrayLike, model.
Name
);
1221
member.Name = model.
Name
;
1230
choiceIdentifierType = GetChoiceIdentifierType(a.XmlChoiceIdentifier, parent, model.FieldTypeDesc.IsArrayLike, model.
Name
);
1328
string accessorName = model.
Name
;
1357
Type arrayElementType = TypeScope.GetArrayElementType(accessorType, model.FieldTypeDesc.FullName + "." + model.
Name
);