1 implementation of SafeArrayElementSubtype
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
168
Cci.VarEnum Cci.IMarshallingInformation.
SafeArrayElementSubtype
2 references to SafeArrayElementSubtype
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3659
if (marshallingInformation.
SafeArrayElementSubtype
>= 0)
3661
writer.WriteCompressedInteger((int)marshallingInformation.
SafeArrayElementSubtype
);