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