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