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