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