1 write to queryValueVariableNames
System.ServiceModel (1)
System\UriTemplate.cs (1)
1151
this.
queryValueVariableNames
= new List<string>();
10 references to queryValueVariableNames
System.ServiceModel (10)
System\UriTemplate.cs (10)
1193
this.
queryValueVariableNames
), null);
1242
this.
queryValueVariableNames
.Contains(uppercaseVarName))
1287
this.
queryValueVariableNames
.Contains(uppercaseVarName))
1292
this.
queryValueVariableNames
.Add(uppercaseVarName);
1343
(parameters.Length > this.pathSegmentVariableNames.Count + this.
queryValueVariableNames
.Count))
1347
this.pathSegmentVariableNames.Count, this.
queryValueVariableNames
.Count,
1352
if (parameters.Length == this.pathSegmentVariableNames.Count + this.
queryValueVariableNames
.Count)
1358
normalizedParameters = new string[this.pathSegmentVariableNames.Count + this.
queryValueVariableNames
.Count];
1577
string[] normalizedParameters = new string[this.pathSegmentVariableNames.Count + this.
queryValueVariableNames
.Count];
1600
int queryVarIndex = this.
queryValueVariableNames
.IndexOf(uppercaseVarName);