8 references to Name
System.Private.Xml (8)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
671
member.Name = model.
Name
;
686
string accessorName = model.
Name
;
System\Xml\Serialization\XmlReflectionImporter.cs (6)
386
return new InvalidOperationException(SR.Format(model.IsProperty ? SR.XmlPropertyReflectionError : SR.XmlFieldReflectionError, model.
Name
), e);
1390
choiceIdentifierType = GetChoiceIdentifierType(a.XmlChoiceIdentifier, xmlReflectionMembers, typeDesc.IsArrayLike, model.
Name
);
1411
member.Name = model.
Name
;
1421
choiceIdentifierType = GetChoiceIdentifierType(a.XmlChoiceIdentifier, parent, model.FieldTypeDesc.IsArrayLike, model.
Name
);
1540
string accessorName = model.
Name
;
1571
Type arrayElementType = TypeScope.GetArrayElementType(accessorType, $"{model.FieldTypeDesc.FullName}.{model.
Name
}")!;