18 references to Variable
System.ServiceModel (18)
System\UriTemplate.cs (6)
127case UriTemplatePartType.Variable: 748case UriTemplatePartType.Variable: 1210if (this.pathSegmentVariableNature[varIndex] != UriTemplatePartType.Variable) 1428if (this.owner.segments[segmentIndex].Nature != UriTemplatePartType.Variable) 1449if (ps.Nature != UriTemplatePartType.Variable) 1673this.varName = owner.AddPathVariable(UriTemplatePartType.Variable,
System\UriTemplateHelpers.cs (2)
194return UriTemplatePartType.Variable; 220case UriTemplatePartType.Variable:
System\UriTemplatePathSegment.cs (3)
60case UriTemplatePartType.Variable: 63string varName = template.AddPathVariable(UriTemplatePartType.Variable, 69string varName = template.AddPathVariable(UriTemplatePartType.Variable,
System\UriTemplateQueryValue.cs (1)
57case UriTemplatePartType.Variable:
System\UriTemplateTrieNode.cs (2)
86case UriTemplatePartType.Variable: 108case UriTemplatePartType.Variable:
System\UriTemplateVariablePathSegment.cs (2)
16: base(originalSegment, UriTemplatePartType.Variable, endsWithSlash) 53return (other.Nature == UriTemplatePartType.Variable);
System\UriTemplateVariableQueryValue.cs (2)
17: base(UriTemplatePartType.Variable) 42return (other.Nature == UriTemplatePartType.Variable);