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