6 writes to m_attributes
AssemblyStripper (6)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (6)
43 set { m_attributes = value; } 80 m_attributes |= EventAttributes.SpecialName; 82 m_attributes &= ~EventAttributes.SpecialName; 90 m_attributes |= EventAttributes.RTSpecialName; 92 m_attributes &= ~EventAttributes.RTSpecialName; 106 m_attributes = attrs;
3 references to m_attributes
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (3)
42 get { return m_attributes; } 77 get { return (m_attributes & EventAttributes.SpecialName) != 0; } 87 get { return (m_attributes & EventAttributes.RTSpecialName) != 0; }