5 references to PinvokeImpl
mscorlib (5)
system\reflection\emit\methodbuilder.cs (1)
1139
(m_iAttributes & MethodAttributes.
PinvokeImpl
) != 0 ||
system\reflection\emit\typebuilder.cs (2)
792
attributes = attributes | MethodAttributes.
PinvokeImpl
;
2384
((methodAttrs & MethodAttributes.
PinvokeImpl
) !=(MethodAttributes) 0))
system\runtime\interopservices\attributes.cs (2)
779
if ((method.Attributes & MethodAttributes.
PinvokeImpl
) == 0)
829
return (method.Attributes & MethodAttributes.
PinvokeImpl
) != 0;