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