3 references to Unmanaged
mscorlib (3)
system\reflection\emit\methodbuilder.cs (1)
1138
(m_dwMethodImplFlags & MethodImplAttributes.
Unmanaged
) != 0 ||
system\reflection\emit\typebuilder.cs (1)
2383
if (((meth.GetMethodImplementationFlags() &(MethodImplAttributes.CodeTypeMask|MethodImplAttributes.PreserveSig|MethodImplAttributes.
Unmanaged
)) != MethodImplAttributes.IL) ||
system\runtime\compilerservices\methodimplattribute.cs (1)
19
Unmanaged = System.Reflection.MethodImplAttributes.
Unmanaged
,