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