3 writes to Name
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (1)
1398
newProperty.
Name
= step;
System\Data\Services\Client\AtomParser.cs (2)
712
property.
Name
= propertyName;
810
result.
Name
= this.reader.LocalName;
10 references to Name
System.Data.Services.Client (10)
System\Data\Services\Client\AtomMaterializer.cs (10)
1225
throw new InvalidOperationException(Strings.AtomMaterializer_CannotAssignNull(atomProperty.
Name
, type.FullName));
1272
string propertyName = atomProperty.
Name
;
1307
var prop = type.GetProperty(property.
Name
, ignoreMissingProperties);
1337
prop.SetValue(instance, complexInstance, property.
Name
, true /* allowAdd? */);
1342
prop.SetValue(instance, property.MaterializedValue, property.
Name
, true /* allowAdd? */);
1393
property = values.Where(v => v.
Name
== step).FirstOrDefault();
1527
atomProperty = properties.Where(p => p.
Name
== propertyName).FirstOrDefault();
1549
atomProperty = properties.Where(p => p.
Name
== propertyName).FirstOrDefault();
1927
var prop = actualType.GetProperty(e.
Name
, this.ignoreMissingProperties);
1962
prop.SetValue(entry.ResolvedObject, e.Entry.ResolvedObject, e.
Name
, true /* allowAdd? */);