1 override of MarshallingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
318Friend Overrides ReadOnly Property MarshallingType As UnmanagedType
4 references to MarshallingType
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
Attributes\AttributeTests_MarshalAs.vb (2)
33Assert.Equal(CType(blob(0), UnmanagedType), field.MarshallingType) 35Assert.Equal(CType(0, UnmanagedType), field.MarshallingType)
Emit\NoPiaEmbedTypes.vb (2)
1153Assert.Equal(0, f3.MarshallingType) 1159Assert.Equal(System.Runtime.InteropServices.UnmanagedType.U4, f4.MarshallingType)