1 write to Id
XmlFormattersWebSite (1)
PersonWrapper.cs (1)
16
Id
= person.Id;
2 references to Id
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 };