1 write to propertiesApplied
System.Data.Services (1)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
62
this.
propertiesApplied
= propertiesApplied;
7 references to propertiesApplied
System.Data.Services (7)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (7)
35
/// <summary>Prefix of the path to use in <see cref="
propertiesApplied
"/></summary>
522
if (this.
propertiesApplied
!= null)
524
this.
propertiesApplied
.AddPropertyToTypeMapItem(
538
if (this.
propertiesApplied
!= null)
540
this.
propertiesApplied
.AddAppliedProperty(this.BuildPropertyPath(appliedPropertyName), isNull);
591
if (this.
propertiesApplied
!= null)
593
this.
propertiesApplied
.AddAppliedProperty(this.BuildPropertyPath(appliedPropertyName), false);