8 references to HasOnlySuffix
System.ServiceModel (8)
System\UriTemplateCompoundPathSegment.cs (8)
106result.csClass = CompoundSegmentClass.HasOnlySuffix; 298case CompoundSegmentClass.HasOnlySuffix: 316case CompoundSegmentClass.HasOnlySuffix: 325case CompoundSegmentClass.HasOnlySuffix: 332case CompoundSegmentClass.HasOnlySuffix: 348case CompoundSegmentClass.HasOnlySuffix: 408Fx.Assert(this.csClass == CompoundSegmentClass.HasOnlySuffix, "Otherwise, how did we got here?"); 409Fx.Assert(other.csClass == CompoundSegmentClass.HasOnlySuffix, "Otherwise, how did we got here?");