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