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