2 references to GetIndexOfCustomModifierOnTypeByParameterIndex
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\IL\Stubs\CalliMarshallingMethodThunk.cs (1)
73index = MethodSignature.GetIndexOfCustomModifierOnTypeByParameterIndex(parameterTypes.Length),
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
210modifierIndex ??= GetIndexOfCustomModifierOnTypeByParameterIndex(parameterIndex);