2 writes to finalLiteralSegment
System.ServiceModel (2)
System\UriTemplateTrieNode.cs (2)
30
this.
finalLiteralSegment
= null;
567
this.
finalLiteralSegment
= new Dictionary<UriTemplateLiteralPathSegment, UriTemplatePathPartiallyEquivalentSet>();
12 references to finalLiteralSegment
System.ServiceModel (12)
System\UriTemplateTrieNode.cs (12)
296
if (considerLiteral && currentLocation.node.
finalLiteralSegment
!= null &&
297
currentLocation.node.
finalLiteralSegment
.ContainsKey(curWireSeg))
300
success = currentLocation.node.
finalLiteralSegment
[curWireSeg];
369
if (current.
finalLiteralSegment
!= null)
371
foreach (KeyValuePair<UriTemplateLiteralPathSegment, UriTemplatePathPartiallyEquivalentSet> kvp in current.
finalLiteralSegment
)
495
if (node.
finalLiteralSegment
!= null)
498
GetAnyDictionaryValue<UriTemplatePathPartiallyEquivalentSet>(node.
finalLiteralSegment
);
559
if (this.
finalLiteralSegment
!= null && this.
finalLiteralSegment
.ContainsKey(lps))
561
this.
finalLiteralSegment
[lps].Items.Add(kvp);
565
if (this.
finalLiteralSegment
== null)
571
this.
finalLiteralSegment
.Add(lps, pes);