2 writes to contentUri
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
837this.contentUri = null; 1387this.contentUri = segment2;
2 references to contentUri
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
135get { return this.contentUri; } 459Debug.Assert(null == this.contentUri, "non-null content uri");