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