Exemplo n.º 1
0
 public int SingleEntryPolicyJumpTable()
 {
     return(_singleEntryJumptable.GetDestination(_httpContext));
 }
Exemplo n.º 2
0
 public int DictionaryPolicyJumpTable()
 {
     return(_dictionaryJumptable.GetDestination(_httpContext));
 }