13 references to GetAttributes
mscorlib (13)
system\reflection\Associates.cs (1)
72MethodAttributes methAttr = RuntimeMethodHandle.GetAttributes(associateMethodHandle);
system\reflection\ConstructorInfo.cs (1)
273Contract.Ensures(methodAttributes == RuntimeMethodHandle.GetAttributes(handle));
system\reflection\methodinfo.cs (1)
258Contract.Assert(methodAttributes == RuntimeMethodHandle.GetAttributes(handle));
system\rttype.cs (9)
330MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(method); 653(RuntimeMethodHandle.GetAttributes(methodHandle) & (MethodAttributes.RTSpecialName | MethodAttributes.Abstract | MethodAttributes.Virtual)) == (MethodAttributes.Abstract | MethodAttributes.Virtual) || 654(RuntimeMethodHandle.GetAttributes(methodHandle) & MethodAttributes.Static) == MethodAttributes.Static || 660MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(methodHandle); 711MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(methodHandle); 716(RuntimeMethodHandle.GetAttributes(methodHandle) & MethodAttributes.RTSpecialName) == 0 || 822MethodAttributes methodAttributes = RuntimeMethodHandle.GetAttributes(methodHandle); 1819RuntimeMethodHandle.GetAttributes(genericMethod), (BindingFlags)(-1), la); 5373m_ctorAttributes = RuntimeMethodHandle.GetAttributes(m_hCtorMethodHandle);
system\runtimehandles.cs (1)
1181MethodAttributes retVal = RuntimeMethodHandle.GetAttributes(method.Value);