3 references to AddAppliedProperty
System.Data.Services (3)
System\Data\Services\Providers\ResourceType.cs (1)
1006deserializer.PropertiesApplied.AddAppliedProperty(sourcePath, false);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (2)
540this.propertiesApplied.AddAppliedProperty(this.BuildPropertyPath(appliedPropertyName), isNull); 593this.propertiesApplied.AddAppliedProperty(this.BuildPropertyPath(appliedPropertyName), false);