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