3 references to PinvokeImpl
mscorlib (3)
system\__filters.cs (2)
97
if (((criteria & FieldAttributes.
PinvokeImpl
) != 0) && (attr & FieldAttributes.
PinvokeImpl
) == 0)
system\reflection\fieldinfo.cs (1)
175
public bool IsPinvokeImpl { get { return(Attributes & FieldAttributes.
PinvokeImpl
) != 0; } }