10 references to GetAttributes
System.Private.CoreLib (10)
src\System\Reflection\Associates.cs (1)
71MethodAttributes methAttr = RuntimeMethodHandle.GetAttributes(associateMethodHandle);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
60Debug.Assert(methodAttributes == RuntimeMethodHandle.GetAttributes(handle));
src\System\RuntimeHandles.cs (1)
1062MethodAttributes retVal = GetAttributes(method.Value);
src\System\RuntimeType.CoreCLR.cs (7)
259MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(method); 604MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(methodHandle); 608(RuntimeMethodHandle.GetAttributes(methodHandle) & MethodAttributes.RTSpecialName) == 0 || 662MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(methodHandle); 667(RuntimeMethodHandle.GetAttributes(methodHandle) & MethodAttributes.RTSpecialName) == 0 || 762MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(methodHandle); 1641RuntimeMethodHandle.GetAttributes(genericMethod), (BindingFlags)(-1), la);