1 implementation of IidParameterIndex
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
104
int Cci.IMarshallingInformation.
IidParameterIndex
2 references to IidParameterIndex
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3678
if (marshallingInformation.
IidParameterIndex
>= 0)
3680
writer.WriteCompressedInteger(marshallingInformation.
IidParameterIndex
);