10 references to GetAttributes
System.Private.CoreLib (10)
src\System\Reflection\Associates.cs (1)
71
MethodAttributes methAttr = RuntimeMethodHandle.
GetAttributes
(associateMethodHandle);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
60
Debug.Assert(methodAttributes == RuntimeMethodHandle.
GetAttributes
(handle));
src\System\RuntimeHandles.cs (1)
1046
MethodAttributes retVal =
GetAttributes
(method.Value);
src\System\RuntimeType.CoreCLR.cs (7)
259
MethodAttributes methodAttributes = RuntimeMethodHandle.
GetAttributes
(method);
617
MethodAttributes methodAttributes = RuntimeMethodHandle.
GetAttributes
(methodHandle);
621
(RuntimeMethodHandle.
GetAttributes
(methodHandle) & MethodAttributes.RTSpecialName) == 0 ||
673
MethodAttributes methodAttributes = RuntimeMethodHandle.
GetAttributes
(methodHandle);
678
(RuntimeMethodHandle.
GetAttributes
(methodHandle) & MethodAttributes.RTSpecialName) == 0 ||
773
MethodAttributes methodAttributes = RuntimeMethodHandle.
GetAttributes
(methodHandle);
1660
RuntimeMethodHandle.
GetAttributes
(genericMethod), (BindingFlags)(-1), la);