3 references to GetAttributes
System.Private.CoreLib (3)
src\System\Reflection\RtFieldInfo.cs (1)
41
m_fieldAttributes = RuntimeFieldHandle.
GetAttributes
(handle);
src\System\RuntimeType.CoreCLR.cs (2)
312
FieldAttributes fieldAttributes = RuntimeFieldHandle.
GetAttributes
(field);
887
FieldAttributes fieldAttributes = RuntimeFieldHandle.
GetAttributes
(runtimeFieldHandle);