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