3 writes to IidParameterIndex
PresentationFramework (1)
System\Windows\Standard\ShellProvider.cs (1)
397void Next(uint celt, [In] ref Guid riid, [Out, MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.IUnknown, IidParameterIndex = 1, SizeParamIndex = 0)] object[] rgelt, [Out] out uint pceltFetched);
System.Private.CoreLib (1)
src\System\Reflection\MdImport.cs (1)
291attribute.IidParameterIndex = iidParamIndex;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
191ma.IidParameterIndex = br.ReadCompressedInteger();
4 references to IidParameterIndex
Microsoft.Interop.SourceGeneration (1)
MarshalAsParser.cs (1)
175case nameof(MarshalAsAttribute.IidParameterIndex):
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
369namedArgs[i++] = new CustomAttributeNamedArgument(type.GetField("IidParameterIndex")!, marshalAs.IidParameterIndex);
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (2)
117attributeType.ToCustomAttributeNamedArgument(nameof(MarshalAsAttribute.IidParameterIndex), ct[CoreType.Int32], ma.IidParameterIndex),