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