2 writes to containerName
System.Data.Services (2)
System\Data\Services\RequestDescription.cs (2)
144this.containerName = containerName; 170this.containerName = other.containerName;
2 references to containerName
System.Data.Services (2)
System\Data\Services\RequestDescription.cs (2)
170this.containerName = other.containerName; 201get { return this.containerName; }