1 write to propertiesApplied
System.Data.Services (1)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
62this.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> 522if (this.propertiesApplied != null) 524this.propertiesApplied.AddPropertyToTypeMapItem( 538if (this.propertiesApplied != null) 540this.propertiesApplied.AddAppliedProperty(this.BuildPropertyPath(appliedPropertyName), isNull); 591if (this.propertiesApplied != null) 593this.propertiesApplied.AddAppliedProperty(this.BuildPropertyPath(appliedPropertyName), false);