4 writes to csClass
System.ServiceModel (4)
System\UriTemplateCompoundPathSegment.cs (4)
102result.csClass = CompoundSegmentClass.HasNoPrefixNorSuffix; 106result.csClass = CompoundSegmentClass.HasOnlySuffix; 113result.csClass = CompoundSegmentClass.HasOnlyPrefix; 117result.csClass = CompoundSegmentClass.HasPrefixAndSuffix;
13 references to csClass
System.ServiceModel (13)
System\UriTemplateCompoundPathSegment.cs (13)
289switch (this.csClass) 292switch (other.csClass) 308switch (other.csClass) 326switch (other.csClass) 344switch (other.csClass) 366Fx.Assert(this.csClass == CompoundSegmentClass.HasPrefixAndSuffix, "Otherwise, how did we got here?"); 367Fx.Assert(other.csClass == CompoundSegmentClass.HasPrefixAndSuffix, "Otherwise, how did we got here?"); 391Fx.Assert(this.csClass == CompoundSegmentClass.HasOnlyPrefix, "Otherwise, how did we got here?"); 392Fx.Assert(other.csClass == CompoundSegmentClass.HasOnlyPrefix, "Otherwise, how did we got here?"); 408Fx.Assert(this.csClass == CompoundSegmentClass.HasOnlySuffix, "Otherwise, how did we got here?"); 409Fx.Assert(other.csClass == CompoundSegmentClass.HasOnlySuffix, "Otherwise, how did we got here?"); 425Fx.Assert(this.csClass == CompoundSegmentClass.HasNoPrefixNorSuffix, "Otherwise, how did we got here?"); 426Fx.Assert(other.csClass == CompoundSegmentClass.HasNoPrefixNorSuffix, "Otherwise, how did we got here?");