1 implementation of ElementType
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
159
UnmanagedType Cci.IMarshallingInformation.
ElementType
4 references to ElementType
Microsoft.CodeAnalysis (4)
PEWriter\MetadataWriter.cs (4)
3601
if (marshallingInformation.
ElementType
>= 0)
3603
writer.WriteCompressedInteger((int)marshallingInformation.
ElementType
);
3638
Debug.Assert(marshallingInformation.
ElementType
>= 0);
3639
writer.WriteCompressedInteger((int)marshallingInformation.
ElementType
);