1 write to m_customAttrs
AssemblyStripper (1)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (1)
68 m_customAttrs = new CustomAttributeCollection (this);
4 references to m_customAttrs
AssemblyStripper (4)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (4)
62 get { return (m_customAttrs == null) ? false : (m_customAttrs.Count > 0); } 67 if (m_customAttrs == null) 70 return m_customAttrs;