4 references to AttributeMetadataCache
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (4)
183
if ((mask & MethodFlags.
AttributeMetadataCache
) != 0)
211
flags |= MethodFlags.
AttributeMetadataCache
;
313
return (GetMethodFlags(MethodFlags.
AttributeMetadataCache
| MethodFlags.Intrinsic) & MethodFlags.Intrinsic) != 0;
337
return (GetMethodFlags(MethodFlags.
AttributeMetadataCache
| MethodFlags.UnmanagedCallersOnly) & MethodFlags.UnmanagedCallersOnly) != 0;