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