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