1 write to m_methodAttributes
System.Private.CoreLib (1)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
67
m_methodAttributes
= methodAttributes;
1 reference to m_methodAttributes
System.Private.CoreLib (1)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
267
public override MethodAttributes Attributes =>
m_methodAttributes
;