3 writes to m_events
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (3)
62 m_events = null; 175 m_events = new EventDefinition [0]; 181 m_events = new EventDefinition [evtTable.Rows.Count];
3 references to m_events
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (1)
209 m_events [j - 1] = edef;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (2)
324 if (rid > m_events.Length) 327 return m_events [rid - 1];