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