1 write to relativePathSegments
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
539
this.
relativePathSegments
= new FreezableCollection<string>();
2 references to relativePathSegments
System.ServiceModel (2)
System\UriTemplateTable.cs (2)
554
return this.
relativePathSegments
;
560
this.
relativePathSegments
.Freeze();