1 write to Name
XmlFormattersWebSite (1)
PersonWrapper.cs (1)
17
Name
= person.Name;
2 references to Name
XmlFormattersWebSite (2)
PersonWrapper.cs (2)
29
return string.Format(CultureInfo.InvariantCulture, "{0}, {1}, {2}", Id,
Name
, Age);
34
return new Person() { Id = this.Id, Name = this.
Name
};