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