1 write to parameters
System.Data.Services (1)
System\Data\Services\HttpProcessUtility.cs (1)
1016this.parameters = parameters;
5 references to parameters
System.Data.Services (5)
System\Data\Services\HttpProcessUtility.cs (5)
1028get { return this.parameters; } 1079if (this.parameters != null) 1081foreach (KeyValuePair<string, string> parameter in this.parameters) 1115if (this.parameters != null) 1117foreach (KeyValuePair<string, string> parameter in this.parameters)