8 references to HasOnlyPrefix
System.ServiceModel (8)
System\UriTemplateCompoundPathSegment.cs (8)
113result.csClass = CompoundSegmentClass.HasOnlyPrefix; 297case CompoundSegmentClass.HasOnlyPrefix: 307case CompoundSegmentClass.HasOnlyPrefix: 313case CompoundSegmentClass.HasOnlyPrefix: 329case CompoundSegmentClass.HasOnlyPrefix: 347case CompoundSegmentClass.HasOnlyPrefix: 391Fx.Assert(this.csClass == CompoundSegmentClass.HasOnlyPrefix, "Otherwise, how did we got here?"); 392Fx.Assert(other.csClass == CompoundSegmentClass.HasOnlyPrefix, "Otherwise, how did we got here?");