1 write to firstLiteral
System.ServiceModel (1)
System\UriTemplateCompoundPathSegment.cs (1)
28
this.
firstLiteral
= firstLiteral;
9 references to firstLiteral
System.ServiceModel (9)
System\UriTemplateCompoundPathSegment.cs (9)
98
if (string.IsNullOrEmpty(result.
firstLiteral
))
127
path.Append(this.
firstLiteral
);
159
if (StringComparer.OrdinalIgnoreCase.Compare(this.
firstLiteral
, otherAsCompound.
firstLiteral
) != 0)
195
if (!string.IsNullOrEmpty(this.
firstLiteral
))
197
if (segment.StartsWith(this.
firstLiteral
, StringComparison.Ordinal))
199
segmentPosition = this.
firstLiteral
.Length;
433
return string.Compare(other.
firstLiteral
, this.
firstLiteral
, StringComparison.OrdinalIgnoreCase);