8 references to HasNoPrefixNorSuffix
System.ServiceModel (8)
System\UriTemplateCompoundPathSegment.cs (8)
102
result.csClass = CompoundSegmentClass.
HasNoPrefixNorSuffix
;
299
case CompoundSegmentClass.
HasNoPrefixNorSuffix
:
317
case CompoundSegmentClass.
HasNoPrefixNorSuffix
:
335
case CompoundSegmentClass.
HasNoPrefixNorSuffix
:
343
case CompoundSegmentClass.
HasNoPrefixNorSuffix
:
351
case CompoundSegmentClass.
HasNoPrefixNorSuffix
:
425
Fx.Assert(this.csClass == CompoundSegmentClass.
HasNoPrefixNorSuffix
, "Otherwise, how did we got here?");
426
Fx.Assert(other.csClass == CompoundSegmentClass.
HasNoPrefixNorSuffix
, "Otherwise, how did we got here?");