3 writes to currentPathPrefix
System.Data.Services (3)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (3)
63
this.
currentPathPrefix
= String.Empty;
563
this.
currentPathPrefix
= String.IsNullOrEmpty(this.currentPathPrefix) ? appliedPropertyName : this.currentPathPrefix + "/" + appliedPropertyName;
565
this.
currentPathPrefix
= savedPath;
5 references to currentPathPrefix
System.Data.Services (5)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (5)
562
String savedPath = this.
currentPathPrefix
;
563
this.currentPathPrefix = String.IsNullOrEmpty(this.
currentPathPrefix
) ? appliedPropertyName : this.
currentPathPrefix
+ "/" + appliedPropertyName;
607
return String.IsNullOrEmpty(this.
currentPathPrefix
) ? propertyName : this.
currentPathPrefix
+ "/" + propertyName;