7 instantiations of SingleLocationOrLocationsSet
System.ServiceModel (7)
System\UriTemplateTrieNode.cs (7)
194
nextStep = new
SingleLocationOrLocationsSet
();
215
nextStep = new
SingleLocationOrLocationsSet
(currentLocation.node.onFailure);
263
nextStep = new
SingleLocationOrLocationsSet
(currentLocation.node.nextLiteralSegment[curWireSeg]);
269
nextStep = new
SingleLocationOrLocationsSet
(compoundLocationsSet);
275
nextStep = new
SingleLocationOrLocationsSet
(currentLocation.node.nextVariableSegment);
286
nextStep = new
SingleLocationOrLocationsSet
(currentLocation.node.onFailure);
338
nextStep = new
SingleLocationOrLocationsSet
(currentLocation.node.onFailure);
2 references to SingleLocationOrLocationsSet
System.ServiceModel (2)
System\UriTemplateTrieNode.cs (2)
154
SingleLocationOrLocationsSet
nextStep;
189
out UriTemplatePathPartiallyEquivalentSet success, out
SingleLocationOrLocationsSet
nextStep)