2 writes to usesContainerName
System.Data.Services (2)
System\Data\Services\RequestDescription.cs (2)
145this.usesContainerName = usesContainerName; 172this.usesContainerName = other.usesContainerName;
2 references to usesContainerName
System.Data.Services (2)
System\Data\Services\RequestDescription.cs (2)
172this.usesContainerName = other.usesContainerName; 274get { return this.usesContainerName; }