1 type derived from FreezableCollection
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
565class UriTemplatesCollection : FreezableCollection<KeyValuePair<UriTemplate, object>>
2 instantiations of FreezableCollection
System.ServiceModel (2)
System\UriTemplateTable.cs (2)
539this.relativePathSegments = new FreezableCollection<string>(); 540this.candidates = new FreezableCollection<UriTemplateTableMatchCandidate>();
2 references to FreezableCollection
System.ServiceModel (2)
System\UriTemplateTable.cs (2)
534FreezableCollection<UriTemplateTableMatchCandidate> candidates; 535FreezableCollection<string> relativePathSegments;