1 write to emptyStringCollection
System.ServiceModel (1)
System\UriTemplate.cs (1)
1161emptyStringCollection = new ReadOnlyCollection<string>(new List<string>());
2 references to emptyStringCollection
System.ServiceModel (2)
System\UriTemplate.cs (2)
1159if (emptyStringCollection == null) 1163return emptyStringCollection;