8 references to HasPrefixAndSuffix
System.ServiceModel (8)
System\UriTemplateCompoundPathSegment.cs (8)
117result.csClass = CompoundSegmentClass.HasPrefixAndSuffix; 291case CompoundSegmentClass.HasPrefixAndSuffix: 294case CompoundSegmentClass.HasPrefixAndSuffix: 310case CompoundSegmentClass.HasPrefixAndSuffix: 328case CompoundSegmentClass.HasPrefixAndSuffix: 346case CompoundSegmentClass.HasPrefixAndSuffix: 366Fx.Assert(this.csClass == CompoundSegmentClass.HasPrefixAndSuffix, "Otherwise, how did we got here?"); 367Fx.Assert(other.csClass == CompoundSegmentClass.HasPrefixAndSuffix, "Otherwise, how did we got here?");