1 instantiation of VarAndLitPair
System.ServiceModel (1)
System\UriTemplateCompoundPathSegment.cs (1)
95
result.varLitPairs.Add(new
VarAndLitPair
(varName, ((literal == string.Empty) ? string.Empty : Uri.UnescapeDataString(literal))));
2 references to VarAndLitPair
System.ServiceModel (2)
System\UriTemplateCompoundPathSegment.cs (2)
21
readonly List<
VarAndLitPair
> varLitPairs;
29
this.varLitPairs = new List<
VarAndLitPair
>();