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