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