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