1 implementation of MethodImplementationFlags
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
163
public MethodImplAttributes
MethodImplementationFlags
2 references to MethodImplementationFlags
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
154
return _common.
MethodImplementationFlags
;
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
95
return _common.
MethodImplementationFlags
;