1 override of MarshallingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
240
internal override UnmanagedType
MarshallingType
4 references to MarshallingType
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\NoPiaEmbedTypes.cs (2)
1326
Assert.Equal((System.Runtime.InteropServices.UnmanagedType)0, f3.
MarshallingType
);
1332
Assert.Equal(System.Runtime.InteropServices.UnmanagedType.U4, f4.
MarshallingType
);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Attributes\AttributeTests_MarshalAs.cs (2)
43
Assert.Equal((UnmanagedType)blob[0], field.
MarshallingType
);
47
Assert.Equal((UnmanagedType)0, field.
MarshallingType
);