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)
3658if (marshallingInformation.SafeArrayElementSubtype >= 0) 3660writer.WriteCompressedInteger((int)marshallingInformation.SafeArrayElementSubtype);