1 implementation of UnmanagedType
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
99public UnmanagedType UnmanagedType
2 references to UnmanagedType
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3591writer.WriteCompressedInteger((int)marshallingInformation.UnmanagedType); 3592switch (marshallingInformation.UnmanagedType)