4 references to PinvokeImpl
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
246
if ((attributes & FieldAttributes.
PinvokeImpl
) != 0)
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
23
public bool IsPinvokeImpl => (Attributes & FieldAttributes.
PinvokeImpl
) != 0;
src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (2)
480
if (((criteria & FieldAttributes.
PinvokeImpl
) != 0) && (attr & FieldAttributes.
PinvokeImpl
) == 0)