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)
3677
if (marshallingInformation.
IidParameterIndex
>= 0)
3679
writer.WriteCompressedInteger(marshallingInformation.
IidParameterIndex
);