3 references to GetAttributes
mscorlib (3)
system\reflection\fieldinfo.cs (1)
497
m_fieldAttributes = RuntimeFieldHandle.
GetAttributes
(handle);
system\rttype.cs (2)
358
FieldAttributes fieldAttributes = RuntimeFieldHandle.
GetAttributes
(field);
953
FieldAttributes fieldAttributes = RuntimeFieldHandle.
GetAttributes
(runtimeFieldHandle);