1 write to _p
CodeGenerator (1)
HttpUtilities\CombinationsWithoutRepetition.cs (1)
21
_p
= p;
6 references to _p
CodeGenerator (6)
HttpUtilities\CombinationsWithoutRepetition.cs (6)
37
var p =
_p
;
64
var p =
_p
;
75
for (int j = 1; j <=
_p
; j++)
79
pointers[
_p
+ 1] = nElements.Length;
80
pointers[
_p
+ 2] = 0;
82
for (int j =
_p
; j > 0; j--)