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