1 write to m_customAttrs
AssemblyStripper (1)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeReference.cs (1)
76 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\TypeReference.cs (4)
70 get { return (m_customAttrs == null) ? false : (m_customAttrs.Count > 0); } 75 if (m_customAttrs == null) 78 return m_customAttrs;