1 write to pathSegmentVariableNature
System.ServiceModel (1)
System\UriTemplate.cs (1)
1150
this.
pathSegmentVariableNature
= new List<UriTemplatePartType>();
2 references to pathSegmentVariableNature
System.ServiceModel (2)
System\UriTemplate.cs (2)
1210
if (this.
pathSegmentVariableNature
[varIndex] != UriTemplatePartType.Variable)
1248
this.
pathSegmentVariableNature
.Add(sourceNature);