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