2 writes to EventList
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataRowReader.cs (1)
177 row.EventList = ReadByIndexSize (GetIndexSize (EventTable.RId));
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataRowWriter.cs (1)
216 row.EventList = _eventList;
3 references to EventList
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataRowWriter.cs (1)
588 WriteTablePointer (row.EventList, EventTable.RId);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (2)
190 int start = (int) emapRow.EventList, last = evtTable.Rows.Count + 1, end; 192 end = (int) emapTable [i + 1].EventList;