2 writes to varName
System.ServiceModel (2)
System\UriTemplate.cs (2)
1665
this.
varName
= null;
1673
this.
varName
= owner.AddPathVariable(UriTemplatePartType.Variable,
3 references to varName
System.ServiceModel (3)
System\UriTemplate.cs (3)
1681
segment, this.
varName
)));
1690
return (!string.IsNullOrEmpty(this.
varName
));
1727
boundParameters.Add(this.
varName
, remainingPath.ToString());