2 writes to firstOptionalSegment
System.ServiceModel (2)
System\UriTemplate.cs (2)
254
this.variables.ValidateDefaults(out this.
firstOptionalSegment
);
258
this.
firstOptionalSegment
= this.segments.Count;
4 references to firstOptionalSegment
System.ServiceModel (4)
System\UriTemplate.cs (3)
583
Fx.Assert(segmentsCount >= this.
firstOptionalSegment
- 1, "How can that be? The Trie is constructed that way!");
585
Fx.Assert(segmentsCount >= other.
firstOptionalSegment
- 1, "How can that be? The Trie is constructed that way!");
822
else if (numMatchedSegments < this.
firstOptionalSegment
)
System\UriTemplateTrieNode.cs (1)
67
if (i >= ut.
firstOptionalSegment
)