1 implementation of ParamIndex
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
150
short Cci.IMarshallingInformation.
ParamIndex
2 references to ParamIndex
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3640
if (marshallingInformation.
ParamIndex
>= 0)
3642
writer.WriteCompressedInteger(marshallingInformation.
ParamIndex
);