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