6 references to GetIndexInTotalParameters
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
373ErrAppendPrintf("{0}", parSym.GetIndexInTotalParameters());
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (4)
290int index = tvs.GetIndexInTotalParameters(); 298Debug.Assert(tvs.GetIndexInOwnParameters() == tvs.GetIndexInTotalParameters()); 427int index = tvs.GetIndexInTotalParameters(); 439Debug.Assert(tvs.GetIndexInTotalParameters() < pctx.MethodTypes.Length);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeParameterType.cs (1)
54public int IndexInTotalParameters => Symbol.GetIndexInTotalParameters();