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